Equals
List Contains Item
Compare Dates
Compare Numbers
Check Permission
Custom Code
The List Contains Item Condition checks whether a specific item exists within a given list. This condition is useful for determining if certain data, such as user selections or predefined options, is included in a collection, allowing for tailored actions based on the presence of that item.
Dynamic Decision-Making
Simplified Validation
Enhanced User Experience
1. List
2. Flip results (NOT)
3. OR
4. And
Specify Exact Matches:Ensure that the item being checked is an exact match to what is in the list to avoid false negatives due to formatting or casing issues.
Use for Data Validation:Implement this condition to validate user input or selections, ensuring that users are working with the correct data.
Provide User Feedback:When the condition is met or not met, offer clear feedback to users to indicate whether the action they are trying to execute is possible.