I’ve been trying to use integration service with event triggers to get a file that was created in sharepoint.
I’m getting the file ID from the UiPathEventObjectId argument, and then passing the Id to get file or folder, which returns the resource could not be found.
After further testing, I’ve tried getting the file using the exact path, then passing the Id directly, I’ve added the site url and the document library url, but I keep getting the same result.
Has anyone used the activity this way and found a solution?