How to convert Dictionary<System.String,System.String> data from json

Hi,

The simplest way you will achieve it is by using the Deserialize json activity (requires UiPath.Activities.Web package to be installed).

don’t forget to set the Type argument to your Dictionary type.

here is an example with a datatable, but the way to do it is similar, assuming that you have properly formated data for a dictionary.

Cheers