False boolean returns true from branch?

Hi

Thanks for the reply.

I found the issue, its because I’m removing the item in the Map too soon.
Realized also that I’ve forgotten that Maps can be updated compared to Arrays, so I don’t need to remove it to set a new value. So it solved itself when removing the remove map item node.

Thanks!

1 Like