Action group: Collections
The action determines if the dictionary contains the value.
Parameter | Description |
---|---|
Collection | Collection to be checked. |
Object | Object to be checked. |
The output is a boolean type variable the value of which is true if the object is in the collection, otherwise - false.
Property | Description | Type | Filling example | Mandatory |
Parameters | ||||
Collection | Collection to be checked. | Robin.Collection | yes | |
Object | Object to be checked. | Robin.Object | yes | |
Results | ||||
Result | A boolean type variable the value of which is true if the object is in the collection, otherwise - false. | Robin.Boolean | true |
None.
In the "Collection 1" there are values = Masha, Yulya, Petya. Check if the collection contains name "Petya".
Set the "Contains object" action.
The program robot completed successfully. The output of the action is true - the specified value is in the collection.