Lookup Value by Key
JSON
Availability
This workflow action is available on our Business and Enterprise for Incident Management pricing plans. Please contact our Sales Team to upgrade to an account with this action.
Description
Lookup a value in a JSON dictionary.
Instructions
- If you have not done so already, please follow our instructions to Create an Incident Workflow.
- When you are prompted to add actions , select this action.
- Enter the following Inputs and then click Save. Continue following instructions to Publish the Workflow. When the action runs, you will see the Outputs listed below.
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 2 months ago