I have a list of items and each item has a field which contains an array of numbers. But when it runs each iteration contains all values for this array type field.
This is the loop action (this has 2 items in the parent array, thats why it shows two arrays with numbers)
These are its iterations (expected values were only 93, 94, 95, but it shows all values from all iterations)
In each iterations, this field contains all the values we recieved.
Is there any way to overcome this issue? Thanks