Lists
Contains
3min
The Contains action enables searching in a list for a given object. It returns true if the object is found in the list; otherwise, it returns false.
- input list (list<object>): The list in which the search will be performed.
- input object to be found (object): The object that needs to be found within the list.
- result (boolean): Indicates whether the object was found (true) or not (false).