- Documentation
- Activities
- Logic & Loops
Logic & Loops
6 activities
Exit Loop
Stop repeating and continue with the next step
For Each
Do the same steps for every item in a list
If
Choose between two paths based on a yes/no question
Skip to Next
Skip the rest of this repeat and go to the next item
Switch
Take different actions based on a value (like a menu)
While Loop
Keep repeating steps as long as a condition is met