Error in expression

Could anyone help me with this problem?


Found this on a forum

The expresses are send automatically added by the editor in the format of the CODE node:

$ (‘nomeNode’).item.json.nomeCampo

This is causing errors in workflows.

For those who are facing this problem, just make the changes by hand to one of the formats below:

$node[“nomeNode”].json.nomeCampo

Or

$node [“nomeNode”]. json [“nomeCampo”]

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.