OneDrive File Created Trigger wont work

Hello :slight_smile: 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

and the event trigger in Orchestrator

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 :slight_smile:

Hello @idoia.fernandez What’s the issue can you share.

The trigger wont work. When I create/upload files my process doesnt run

Hi @idoia.fernandez

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.

Cheers


with the account Im using it lets me browse through the folders and select the one I want because the account is “following” that folder

@idoia.fernandez

Are you trying to upload or create in local one drive folder and letting it sync? If yes then trigger would not work

You need to upload or create in one drive web or online directly

Cheers