Mulen
1
Hello. I have a simple JS code that works fine with old legacy Code Node.
I try to convert it to the new Code Node but i can’t wrap my head around on how to procceed with the $imput.all().
The old Code Node is:
Any idea on how to re write the same functionality to the New Code Node?
BramKn
3
Hi @Mulen
This should work. although it is complaining about the item variable, so you might want to do a simple rename of them.
3 Likes
Mulen
4
Yes @BramKn Thank you it works. The red notices inside the Code Node confused me.
BramKn
5
Thats simply because it doesnt like you using item as a variable.
You can simply rename that to for example record and it should stop complaining. 
1 Like
system
Closed
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.