When using the “Break” activity in UiPath, the “BreakTriggerScopeInArgument” argument is automatically created to indicate which loop or iteration the break activity should terminate. By default, it is set to Nothing
(null) in UiPath Studio. If you want to avoid the creation of this argument or provide a specific value, you can follow these steps:
- Add the “Break” activity to your workflow to break out of a loop.
- Open the Properties pane for the “Break” activity.
- Expand the “Output” section.
- In the “BreakTriggerScopeInArgument” field, you can either delete the argument or provide a specific value.
Thanks!!