-
Notifications
You must be signed in to change notification settings - Fork 36
ValueByKey Function
NileshGhodekar edited this page Apr 15, 2017
·
3 revisions
object ValueByKey(dictionary:[Dictionary], key:string)
Retrieves the value at the specified key in the input dictionary of string/object key-pairs.
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).
2.17.0414.0
ValueByKey([//WorkflowData/LocationDetails], "@LocationOU")
- MIMWAL Site - http://aka.ms/MIMWAL
- MIMWAL Releases - http://aka.ms/MIMWAL/Releases
- MIMWAL Documentation Wiki - http://aka.ms/MIMWAL/Wiki
- MIMWAL FAQ - http://aka.ms/mimwal/faq
- MIMWAL GitHub Code Repo - http://aka.ms/MIMWAL/Repo
- MIMWAL TechNet Q&A Forum (now read-only) - http://aka.ms/MIMWAL/Forum