False
False is a condition in rule panel which always evaluates to false, meaning the rule or action will not execute. It’s often used to temporarily disable a rule or to stop execution when multiple conditions are combined with AND logic.
Example
Imagine there is a page that includes an email input field and a "Submit" button. In the Rule Panel, an event is set to trigger on button click. A false condition with AND logic checks if the input field is empty. If the user clicks without entering an email, the condition becomes false, and a popup appears with the message: “Enter your email”.
Last updated