Skip to main content
Question

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

  • February 20, 2023
  • 1 reply
  • 307 views

Forum|alt.badge.img+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

Forum|alt.badge.img+22
  • Most Valuable Pathfinder
  • February 21, 2023

Hi @vineeth Nagishetty 

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