Standard Conditional Parameters in IF ELSE Functionality
HuLoop provides a set of predefined conditions that help you create logic-based automation workflows easily. These standard conditions let you verify values, check UI elements, and ensure expected system behavior without needing complex scripting.
To apply a condition, you must include a standard keyword along with the required parameter.
Below is a categorized list that outlines conditional parameters. Click a parameter to see examples demonstrating their application:
STD_EQUALS
STD_EQUALSIGNORECASE
STD_NOTEQUALS
STD_ALLEQUAL
STD_ALLNOTEQUAL
STD_LESSTHAN
STD_GREATERTHAN
STD_CONTAINS
STD_CONTAINSIGNORECASE
STD_NOTCONTAINS
STD_ALLCONTAINS
STD_ALLNOTCONTAINS
STD_PRESENT
STD_NOTPRESENT
STD_ENABLED
STD_DISABLED
STD_SELECTED
STD_NOTSELECTED
STD_CHECKED
STD_UNCHECKED
STD_ON
STD_OFF