Dictionaries in UiPath output in outlook mail

As mentioned here:

String.Join("<br>", myDict.Select(Function (x) String.Format("The code {0} of {1}",x.Key, x.Value))

1 Like