I'm working on a logic app which will create a bug I have to display description in the work item like below:
{
"Description":
{
"Title":"",
"Validation step":"",
"OperationActivityId:":"",
"Environment detailsLink":"",
"Please click here":"",
"ErrorMessage":""
}
}
I'm Querying all above mentioned fields as result of query from Kusto(KQL) and getting all the required fields but I don't know how to convert it to make it Json. Can anyone help me on this..?
Thanks in advance.