- Issue created by @bigtomfelix
- 🇮🇹Italy bigtomfelix
Sorry I solved it, I hadn't seen the webform get data.
However, I have another problem for which I would like help. the webform is connected to a node as a field. when the webform is updated I would like to modify some fields of the node. So I execute the load entity of the node, but when I try to intercept the fields of the node to modify the system gives me an error of non-existent path for the node field. how do I solve it? - 🇩🇪Germany jurgenhaas Gottmadingen
the webform is connected to a node as a field
What do you mean by that? Is there an entity reference field from the node to the webform? Or is it an entity reference to the webform submission? The former is a config entity, the latter is a content entity.
And then, how do you try to load the node?
Maybe you should update the title of this issue accordingly, too.