JCHOPPA
(Murali)
1
How to retrieve the Dictionary all the Details (all key and values )
I need to get the all values and insert into Excel “Key” in Column A and “values ” in Column B
Using assign activity , I initialized my Dictionary (String , String ) type
new Dictionary(Of String, String)
Madhavi
(K)
2
Hi,
You can Convert Dictionary to Datatable and insert the datatable values in the excel.
Thank You.
aksh1yadav
(AKSHAY YADAV)
3
hey @JCHOPPA
you can look into following existing thread: -
Regards…!!
aksh
1 Like