Hello I am trying to build an automation with the File Created trigger for OneDrive and I cannot get it to work.
I have the trigger at the beginning of the process
am I missing something? I created/uploaded various test files to the drive folder and the process is not being run. I appreciate any help/advice. Cheers
Is the account your UiPath Cloud (Automation Cloud) is connected to the same user account you’re uploading the OneDrive folder to?
For example: If you set the connection to your personal Microsoft account, but upload files to a shared or corporate OneDrive folder, the trigger won’t work because UiPath listens for events on your connected drive, not the shared drive.
Always upload test files directly through the OneDrive web interface to ensure the trigger fires. Make sure the folder selected in the trigger exactly matches the intended location including spelling and nesting. Confirm that the connected OneDrive account has permission to access that folder. In Orchestrator, ensure the event trigger is enabled and linked to a valid, published process with proper robot and folder permissions. Add a simple log message activity at the start of your workflow to verify if the process is being triggered. If it still doesn’t work try disconnecting and reconnecting the OneDrive connector, or recreate the event trigger from scratch.