Equals
List Contains Item
Compare Dates
Compare Numbers
Check Permission
Custom Code
The Equals Condition allows you to compare two values to determine if they are the same. This condition is commonly used to execute actions based on whether user inputs, variables or system values match specific criteria, enabling precise control over app behavior.
Precision in Logic
Enhanced Decision-Making
User-Friendly Customisation
1. Data
2. Equals
3. Flip results (NOT)
4. OR
5. And
Use Clear Comparisons:Ensure that the values being compared are in the same format (e.g., string, number) to avoid unexpected results.
Combine with Other Conditions: Utilise the Equals Condition alongside other conditions to create more complex and effective decision-making processes.
Provide Contextual Feedback: When an action is triggered by this condition, offer feedback to users indicating that their input met the criteria.