Lookup Value by Key
JSON
Description
Lookup a value in a JSON dictionary.
Instructions
Inputs
| Name | Description |
|---|---|
| Key to Lookup | Enter the key to look up in the JSON dictionary. |
| JSON Dictionary | Enter the JSON dictionary containing the values to look up, for example, {"key1":"value1","key2":"value2"}. |
Outputs
| Name | Description |
|---|---|
| Was the Key to Lookup Found | Whether or not the lookup value was found in the dictionary of values. |
| Lookup Result | The value associated with the lookup value in the dictionary. |
| Result | Value that shows if the action was successful or not. Either "Success" or "Failed". |
| Result Summary | Brief description of what the action did or if it failed. |
| Error | Brief description that is populated if the action failed. |
Updated 12 days ago
