ValueByKey Function - microsoft/MIMWAL GitHub Wiki
Syntax
object ValueByKey(dictionary:[Dictionary], key:string)
Description
Retrieves the value at the specified key in the input dictionary of string/object key-pairs.
Remarks
If the dictionary parameter is null or the specified key does not exist in the dictionary, null is returned.
Currently, the only way to create a dictionary object for use in this function is by using ExecuteSqlNonQuery function (or using the output of Run PowerShell Script activity).
Supported Version
2.17.0414.0
Examples
ValueByKey([//WorkflowData/LocationDetails], "@LocationOU")