Skip to main content

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.  

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