Hi, I am new to some of the action servers and due to the lack of extensive documentation I am trying and learning through experimentation.
With the repeat action server I have found this curios situation.
I set a value to a variable named count, which obviously generate a variable count. When I set a new value to it inside the repeat action server step apparently it create a new variable count in the inner scope.
That is just a small teste to better understand how repeat action steps work.
Do you have some documentation about action step like the repeat and about setting variables?
The problem I am addressing is how to test if the upload of a file has been finished.
Apparently the file upload returns before the upload is finished.