Copy excel files from folder through orchestrator

Hi Team,
We are saving excel files from emails and saving it to a shared folder. the requirement is to have an orchestrator in place as email box would be spread across different people. We would like to have a queue in place, to place the excel in FIFO method and process the files afterward.
Please suggest me a good way to do it.
Thanks
Switto

Hi Switto

You should have a robot monitoring the mailbox and adding the files to the shared folder. Once the robot saves the excel file to the shared folder, have it add a queue item with the date and full excel filepath to orchestrator. The robot can then be run on that queue, working through the excel files one by one.

If you need help with the activity, see here:

Add Queue Item Activity

1 Like