Lists

Contains

3min

Overview

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.



Document image


Parameters

Inputs

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

Outputs

  • result (boolean): Indicates whether the object was found (true) or not (false).



Updated 14 Apr 2024
Doc contributor
Doc contributor
Did this page help you?