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!
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.