Action group: Collections
Gets the value associated with the specified key.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Dictionary | The dictionary to search for an element | Robin.Dictionary | Yes | |
Key | The key by which the dictionary lookup is performed | Robin.String | Yes | |
Results | ||||
Result | The resulting variable containing the value associated with the specified key | Robin.Object |
If you specify a non-existent key in the "Key" parameter, an error will be generated.
There is a variable "Dictionary" with values: 1 - Moscow, 2 - Tokyo. Get the value of key 1 and output it to the dialog box
Use the "Get value" and "Message" actions.
The value for key 1 is retrieved from the dictionary and displayed in the dialog box