Do While
Description
It executes the contained activities first, and then checks whether the condition is true. Refer to Office Documentation
Properties
Input
- Condition – The body executes as long as this condition is true.
Misc
- DisplayName – Add a display name to your activity.
- Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Example
Download Example