How to use JSON as config file in REFramework

Hi,
how to add json config file in ReFramework?

Ty in advance

Hi @Tinkerbell,

Instead of traditional config.xlsx you can use json file as config.json in Re Framework, the text will be in json format and to get json key values from config.json you need to install package Uipath.Web.Activities.

1.Read Text File
2.Use Deserialize JSON
3.Get the key values using Dictorinary.

Kindly, check my workflow below for reference
InitAllSettings.xaml (29.3 KB)

Refer the workflow and let me known

Regards,
Neelima.

Hi @Tinkerbell,

The solution worked for you please mark it as solution.

Regards,
Neelima.