How to add create Config file without using Add to Dictionary Activity

Hi All,

How can I create a config file ( without ReFramework) without using Add to Dictionary (Microsoft) activity. Please guide other way of doing it

Hi,

The following topic will help you.

Regards,

e.g as described here:
[InfoSet] - LegacyToWindows Migration # Mapping Sets within the examples

Assign Activity
myDict("myKey") = "myValue"

As an alternate we can use a JSON String and deserialize it into a dictionary

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.