Lookup Value by Key

JSON

Description: Lookup a value in a JSON dictionary.

Instructions:

  1. If you have not done so already, please follow our instructions to Create an Incident Workflow.
  2. When you are prompted to add actions , select this action.
  3. 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

NameDescription
Key to LookupEnter the key to look up in the JSON dictionary.
JSON DictionaryEnter the JSON dictionary containing the values to look up, for example, {"key1":"value1","key2":"value2"}.

Outputs

NameDescription
Was the Key to Lookup FoundWhether or not the lookup value was found in the dictionary of values.
Lookup ResultThe value associated with the lookup value in the dictionary.
ResultValue that shows if the action was successful or not. Either "Success" or "Failed".
Result SummaryBrief description of what the action did or if it failed.
ErrorBrief description that is populated if the action failed.