How to retrieve the Dictionary all the Details (all key and values )

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)

Hi,
You can Convert Dictionary to Datatable and insert the datatable values in the excel.

Thank You.

hey @JCHOPPA

you can look into following existing thread: -

Regards…!!
aksh