Hello experts! I’ve created a StudioX project that I run manually from my desktop which monitors a mapped network drive at my company (over VPN) so that when a .xlsx is created (I’m using one wildcard: *.xlsx) an email is sent to my Outlook alerting me of the new file.
Oddly enough, I tested it this week and when I created an .xlsx file in that same network folder the trigger works flawlessly every time but when the file is dropped to the network folder by another user (in reality I think it is a scheduled job) the trigger does not work. Instead, UiPath just stays in Run mode until I manually stop it.
Anyone else experiencing this? Any solutions?
*Edits added for clarity and corrected misspelling
One possibility is that the trigger is only set up to monitor for changes made by the user account that is running the StudioX project. You may want to check the permissions of the user account running the project and ensure that it has access to the network folder and the ability to monitor for changes made by other users.
Another possibility is that the timing of the trigger is off. You may want to adjust the delay or frequency of the trigger to ensure that it is checking for new files at the appropriate intervals.
@Nitya1 I had similar concerns about access too. Happy to report that I ran the project this morning (without making any changes to the project in StudioX) and received the trigger email 6 minutes after the new file was created in the network folder
Not sure what may have changed (it may have been VPN related) but I will continue to monitor thanks!