Folder Question - Bot

Hi there,

We’re programing our bot to go into a stand alone application (log in, open a loan, etc.) and retrieve documents from folders, some of the folders have the same name. Is it possible to program the robot to go through folders with the same name?

For example

Documents - Check Copy
Documents - Check Copy
Documents - Check Copy

And have the robot to go through each one of these and extract the documents, one after the other?

Thank you!

Hi @vic.cal

It is possible…we can use a property called idx which is like a index for each element and we can change index and go to different folders

Cheers