Question

How to ensure the input variable can accept Json format as well

  • 20 February 2023
  • 1 reply
  • 146 views

Badge +3

Have created a bot where initially my input variables are strings. Now i want to pass Json content to it, what sort of changes have to be made in order to accept the Json content.  


1 reply

Userlevel 6
Badge +12

Hi @vineeth Nagishetty 

You can parse the JSON content using JSON Package and get individual node values, map them accordingly as per your requirement.

 

Reply