Hello,
I am using Parse JSON action to parse json response returned from http request, however with Parse JSON, I get following values as output:
{
"displayName": "John Doe",
"jobTitle": "Software Engineer"
}
While, I want to fetch value of "displayName" key which is "John Doe" and pass to further action in Microsoft flow, Is there any formula/action to implement it ?
Best Regards,