Home

Guides

Editor

Components

Actions

Conditions

Conditions

Data

Equals

List Contains Item

Compare Dates

Compare Numbers

Other

Check Permission

Custom Code

List Contains Item Condition Documentation

Overview

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.


Key Features

  • Dynamic Decision-Making

  • Simplified Validation

  • Enhanced User Experience


Condition Fields

1. List

2. Flip results (NOT)

3. OR

4. And


Best Practices for Using the List Contains Item Condition

  • 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.