Hi!
Any hints why the second one on the screen doesn't work?
I'm tryin to combine all the data from a var "approval1" to "allApprovals" array. With "Item" it works fine, but it modifies my "created_contractor_data" and I don't want it to be modified.
With "allApprovals" it just returns the last item from the loop and not the whole array. The settings of variables update are the same though.
I believe it's an issue with the "item" var, but in this case I don't know how to output the array in "allApprovals" var.