Conditional Statements
Automation workflows often require decision-making and repetitive task execution. HuLoop provides IF ELSE and FOR loop functionalities to handle such scenarios efficiently. These commands help structure automation logically, ensuring that conditions are checked, and actions are executed accordingly.
- IF ELSE Functionality enables conditional execution, allowing actions to run based on predefined criteria. It includes IF, ELSEIF, ELSE, and ENDIF commands to handle various conditions.
- FOR Loop Functionality automates repetitive tasks, iterating through a set of values with control options like CONTINUE and BREAK for flexibility.
Using these commands, workflows can adapt dynamically, making automation more efficient and structured. The following sections provide details on configuring these commands along with examples for better implementation.