UiPath.Core.Activities.Continue
In the Studio profile, this activity is named Continue.
Description
Enables you to skip the remaining steps in the current iteration inside a loop activity, such as For Each, While, or Do While loop.
Properties
Common
- DisplayName - The display name of the activity.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
UiPath.Core.Activities.Continue
In the StudioX profile, this activity is named Skip Current.
Description
Skips the current iteration in a For Each activity and continues the execution with the next iteration. Can be used in an If activity inside a For Each to skip an iteration when a certain condition is met. Must be added inside one of the following activities: Excel For Each Row, For Each Email, For Each File In Folder, or Repeat Number or Times.
Properties
Common
- DisplayName - The display name of the activity.
Misc
- Private - If selected, the data used by the activity is not saved to the StudioX logs when the project is executed.
Updated 5 months ago