Hi,
I would like insert a new row in my table for every string in the array “part”.
I feel like I should use the for loop node but i can’t seem to make it work.
How should I go about doing that?
thanks
Hi,
I would like insert a new row in my table for every string in the array “part”.
I feel like I should use the for loop node but i can’t seem to make it work.
How should I go about doing that?
thanks
Hey @Eduardo_wewer,
I feel like I should use the for loop node
You are exactly right. You would need to use a loop node to loop over the part
array on your payload. If you can send a screenshot of the Loop node configuration you’ve tried, I might be able to help you get it sorted!
Thank you,
Heath