Process flow
Process step - Groups logically related actions. Used for organizing your process.
If decision - Checks a true/false condition. The process is split into two branches based on the result.
Loop through items - Repeats actions for each item. Used for processing multiple items like emails, files, or data rows one at a time.
Loop while true - Repeats while a condition is met. The condition is checked before each loop and must be True for the loop to continue.
End process - Ends the current run successfully. Optionally, provide a custom message or value as the final outcome of the process.