How can I input a JSON code into my Form?

UiPath_Forms_Template.json (1.3 KB)
HI, I want to know how I can convert this json into string or a variable (maybe) in order to put this automatically in my form.
I dont want to click on Insert Template.

Hi @sebastian.flores ,

Have you tried using the Read Text File activity ? It should be able to read the data in the file and output it to a string variable assigned.

Yeah, I used that activity but i dont know how to use the string in order to add this json string to my form as a template.