I have a number of excel files which is going to be different every time inside a folder on my computer. I need to create a loop and upload each single excel separately. One by one. How can I do this? Thank you!
Could you let us know what activity or method was used ? Or a Screenshot of your current Implementation ?
The For Each Activity iterates through each of the collection items, in your case the file paths one by one sequentially (Similar for the For Each file in Folder activity ). You would not need to provide an incrementer like with a While or a Do While Loop approach.
Let us know if you still have doubts about the activity execution or give a First Try and Check what is the outcome.