Action group: Collections
Determines whether the dictionary contains a key.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Dictionary | Dictionary to check | Robin.Dictionary | Yes | |
Key | Key to check in the dictionary | Robin.String | Yes | |
Results | ||||
Result | Logical variable whose value is true if the key is contained in the collection, otherwise false. | Robin.Boolean | true |
None.
There is a variable "Dictionary" with values: 1 - Moscow, 2 - Tokyo. Set up a check for the presence of key 5 in the dictionary and write the result to the boolean variable.
Use the "Contains key" action.
Key 5 was not found in the dictionary