How do I loop through a Dictionary?
Essential 4.6.1 HTML5 2.7.0
I have a workflow where I have created a Dictionary<String,String>. Now, how do I loop through the Dictionary using a ForEach activity?
I'm running into the IDictionary cannot be converted to an IEnumerable. What is the syntax for defining the "item" in the ForEach loop when the item is a Dictionary?
0
-
Hi Sean
The 'item' will be a KeyValuePair.
Have a search for that in the part of the UI where you select the item type and go one step further in that process and select that the 'Key' is a string and the 'Value' is a string.
Regards
Ralph Price0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar