Need help creating a loop

Hello,

I have a simple automation that uploads a image file to a Workday drive. Can someone help me add a loop to the automation. I want to loop through the folder and load all files into Workday. Currently its just loading one file

Clicks a “New” button
Clicks a “Upload” button
Enter a File Name in a Open File Dialog box (I have a variable FilePath + XXXX.png)
Click “Open”

Any help would be greatly appreciated.

Thanks,

Tim

@timothy.mullady

Please use for each file in folder activity

And inside that add your activities inside that loop

And also in the filename field use currentfile.FullName

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.