📄️ Comparison Condition
The Comparison Condition block allows you to create conditional logic based on comparing two values. You can set up multiple comparison conditions that will execute different actions based on the results.
📄️ User Condition
The User Condition block allows you to create conditional logic based on user properties or characteristics. You can set up multiple user-based conditions that will execute different actions.
📄️ Channel Condition
The Channel Condition block allows you to create conditional logic based on channel properties or characteristics. You can set up multiple channel-based conditions that will execute different actions.
📄️ Role Condition
The Role Condition block allows you to create conditional logic based on role properties or characteristics. You can set up multiple role-based conditions that will execute different actions.
📄️ Loop
The Loop block allows you to repeat a set of actions multiple times. You can specify the number of iterations or create infinite loops with exit conditions.
📄️ Exit Loop
The Exit Loop block allows you to exit a loop early based on a condition. This is useful for creating conditional loops or breaking out of infinite loops.
📄️ Wait
The Wait block pauses the flow execution for a specified amount of time. This is useful for creating delays, rate limiting, or scheduling actions to occur after a certain period.