How to display value from Dictionary of Type String and List

Hi, I have a case study where I have a dictionary of type (new Dictionary(Of String, List(of String)))
This dictionary is being populated with Data, But How can I display the data using For each loop, I tried using For each loop but it is not showing me any data.

I am attaching the sample file, please display message box with data in the loop.

Thank you.
Testing.xaml (7.8 KB)

Hi @imaredia

Try this xaml

DisplayValueFromDictionary.xaml (6.2 KB)

image

The properties of the For Each Activity - Note the Type argument property

image

Thanks Kumar Varun, It worked perfectly. Excellent job!

Hi @imaredia

Please close the topic if your query is resolved

Thanks