True
True is a condition in rule panel which always evaluates to true, meaning the associated rule or action will always execute regardless of other inputs or values. It's useful when you want a rule to run unconditionally, such as on every page load or click.
Example
Imagine page with an Input Field and a Button. An event is set on the button: "When Button is Clicked". A True condition is applied: it will check whether a rule is valid (or always true). If the condition is true, then the assigned action is triggered: A popup message appears on the screen (e.g., "Form submitted ").
Last updated