How can I make my RPA start when my folder has a new file?

Dear Forum,

I would like to trigger an RPA process when a new file is added to a local folder. Currently, I’m using Orchestrator (OC) with a time trigger set to run every 5 minutes, but this approach seems to waste machine resources.

Would it be better to use an event trigger or an API trigger in this scenario? I’ve also considered using a queue trigger, but since it still relies on a time trigger to upload my Excel data to OC, it doesn’t seem to be the right solution.

Any suggestions or advice would be greatly appreciated. Thank you!

@FINNNNNNNN,

It depends on where is your folder. If it’s on SharePoint or Google drive then, you can use integration services trigger to monitor the folder and trigger your bot.

If it’s a shared drive or local folder, time trigger is the only option for unattended bot.

Thank you, it’s a share folder on the share point.

@FINNNNNNNN,

Use this connector : Microsoft OneDrive & SharePoint

And use the trigger/event: File created

Documentation here:

Sorry, it’s that available when I using the standalone Orchestrator? or just in Automation Cloud.

@FINNNNNNNN,

Unfortunately available for Cloud only as of now.

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