Lookup Value by Key

JSON

Description

Lookup a value in a JSON dictionary.

Instructions

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.