Hi, I have the below output which I got via an API call. Basically the API is fetching the incident tickets from Remedy application.
{
"INC000004439367": {
"AuditFlag": "No",
"Recipient": null,
"Text": null
},
"INC000004520964": {
"AuditFlag": "No",
"Recipient": null,
"Text": null
}
}
"INC000004439367": {
"AuditFlag": "No",
"Recipient": null,
"Text": null
},
"INC000004520964": {
"AuditFlag": "No",
"Recipient": null,
"Text": null
}
}
I want to extract each INC# (I.e INC000004439367 and INC000004520964) to a variable which I will be passing as a parameter for another API call.
Could you advise how can I do that in powerautomate flow?
Categories: