Hey there UiTeam i was building my simple project Based on Multiple Triggers in workflow

I doesn’t have enough information how to run multiple Trigger in single workflow. As based on research till now i got only to know “Monitor events” that too depriciated. So i want other ways to deal with multiple triggers in one run.

Example: On Hot key trigger ctrl + Alt + Shift + G → I have to run sequence of using table extracting to get some gold information running from differnt companies.
on Hot key trigger ctrl + alt + shift + S → i have to extract data using datatable of some comapnies regards silver.

So i hope you got my concerns and problem related to it due to lack of resource i was approached for this form to be converted to solution.
Email it soon…!The solution.

@Suryanarayana_GR,

Use Trigger Scope for this. Documentation here: Activities - Trigger Scope

Inside Trigger Scope Triggers section use two Hotkey Trigger one for Gold and one for Silver like this.

Documentation here: Activities - Hotkey Trigger

Here is sample code:
EventTriggerDemo.zip (129.9 KB)

Sample Run:
A screenshot shows the UiPath Studio interface with an automation project open, displaying a workflow with key triggers and a log message action. (Captioned by AI)

Tutorial for Trigger Scope:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.