I have created a node, and within it there is a for loop:
https://monosnap.com/file/DPbBhDwZe2cnPglIWujIrVTr5s3eJV
Somehow, all the messages in the for loop gets set to the last iteration's message:
https://monosnap.com/file/8IrSuLE44wcNTuivGqFu2ebe621tFo
Should I be calling send() in a different way for multiple messages?
Or maybe I need to create "new objects" so that it doesn't get overwritten. How would I do that.
Thank you in advance.
