This was working perfectly fine before but this suddenly happened. The Button Triggers I did delete the first one and created a new trigger, changed both the Trigger ID as well to be unique on my BrowseExcelFileTrigger and SubmitTrigger.
Hi @enrico630
Welcome to UiPath,
Might be due to duplicate or corrupted trigger IDs. Delete .local ,clean the project, and ensure all trigger IDs are unique(no duplicate -recreate pls). update or downgrade UiPath.Form.Activities if needed.
If helpful, mark as solution. Happy automation with UiPath
Hello @enrico630
Welcome to UiPath,
Open Form Designer, check button Field Key, rebind it in Form Event Trigger with matching Form Name, assign unique TriggerIds (e.g., browse_trigger, submit_trigger), and preferably place both triggers inside a single TriggerScope.
Hi thanks for your suggestion, I tried to rebind it even with a new Form Event Trigger with matching Form Name and unique Trigger IDs but I still get the same error on both buttons.
Hello @enrico630,
Even if IDs are correct, UiPath won’t register triggers properly if you split them into two TriggerScopes under Parallel. Consolidating them into one TriggerScope usually solves the “No triggers available” error.
Hi @enrico630
Pls try to use a single TriggerScope inside the Form to handle all triggers. Once a trigger fires, pass control to a Flowchart outside the Form. In the Flowchart, use FlowDecision or switch activities to route logic based on which trigger was activated. This keeps trigger registration clean and separates UI from processing logic.
Check this might be your issue will be resolved.
Hi thank you for your suggestion, I couldn’t use a single TriggerScope because the Triggers.Generated is a generated file automatically by UiPath by using Run Local Triggers Activity. For your reference here is a guide I followed:

