Hello team!
I'm having different results running my workflow locally and from gallery. Basically what it does is it takes data from CSV file, converts it into a proper JSON string and POSTs it using Download Tool.
When I run my workflow locally it transfers all the records it can find in SCV file. As soon as I process it through gallery it only sends 1 record, though it actually gets the total quantity of records from the file.
Here is the example of processing the same file with 4 records:
This is the local report:

This is the gallery:

Can anyone advice where the issue is hiding?
Thank you in advance!