Hey @Ravi, if you have a dictionary and you want to loop through it to access each key-value pair, just follow these steps:
1. Create a Sequence, then drag an Assign activity to it. Assign the existing dictionary to new Dictionary(Of VarType1, VarType2).
2. Now add a For Each activity which will iterate over each item (key-value) in dictionary.
3. Display the key-value pair using Message Box activity: