Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To utilize Scope Trigger in UIPath StudioX, follow these steps:

  1. Place the activities you want to be triggered inside a Scope Trigger activity.

  2. In the Properties panel of the Scope Trigger activity, select the Trigger Type you want to use. There are currently three Trigger Types available: File Change, Folder Change, and Timer.

  3. If you select the File Change or Folder Change Trigger Type, in the Path field, specify the path to the file or folder you want to monitor for changes.

  4. If you select the Timer Trigger Type, in the Interval field, specify the time interval in milliseconds for the trigger to fire.

  5. In the Triggered Activities field, add the activities you want to be executed when the trigger is fired.

  6. Save and run the automation. The Scope Trigger activity will start monitoring the specified file/folder or time interval, and the Triggered Activities will be executed when the trigger is fired.