The action checks if the value is contained in the dictionary
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Dictionary | Dictionary to check | Robin.Dictionary | Yes | |
Value | Value from the dictionary | Robin.Object | No | |
Results | ||||
Result | A boolean variable whose value is true if the object is contained in the dictionary; otherwise, it is false. | Robin.Boolean | true |
None.
There is a variable "Dictionary" with values: 1 - Moscow, 2 - Tokyo. Set up a check for the presence of the value Barcelona in the dictionary and write the result to the boolean variable.
Use the action "Contains value".
The desired meaning was not found in the dictionary.