Check if Element Exists in the List

Object to check if the value exists in the list

Settings

Field

Descriptive

Title

Object title

Select Main Object

Option to select the list defined in "Filter List"

Reading Conditions

Option to select the reading condition

Example

To check if there is any element in the list you need to follow a few steps:

1 - Select the "Declare Variable" object from the "Command Blocks" menu and drag it to your working area.

  • First you must define a unique name for the object in the "Object Identifier Name" field, select the variable type, the initial value and select the "Declare as List" option.

2 - Select the "Filter List" object from the "Loops" menu and drag it to your working area.

  • Next you must define a unique name for the object in the "Object Identifier Name" field, select the main object defined as a variable of type list and define the conditions to be applied when looping through the list

3 - Lastly, select the "Check if Element Exists in the List" object from the "Loops" menu and drag it to your working area.

  • You should select the main object and the reading condition defined in the "Filter List" object.

Last updated

Was this helpful?