Within the following JSON, I want to place variables to store titles or categories in Copilot Studio. What is the process to be able to take the variables within the JSON?
What is the way to call variables from Copilot Studio to this JSON?
{ "input": [ { "_users_id_requester": "657", "content": "NOSE", "itilcategories_id": "135", "name": "NOSE", "type": "1" } ] }
enter image description here
I’m trying to figure out how to declare variables within a JSON. My expectation is to be able to call those variables within the JSON.
Keiver Marlon Salas Gonzalez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.