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,
Solved! Go to Solution.
Hi @dips23 ,
You could use object['key'] to get the specified key value.
Image reference:
Please take a try.
Best Regards,
Hi @dips23 ,
You could use object['key'] to get the specified key value.
Image reference:
Please take a try.
Best Regards,
This solved the issue I was having.
I was grabbing data from a SQL Server and POSTing the data through HTTP. Once POSTed there was an ID that the system generated on the POST side, so I needed to grab that to tie it to the record on my side. Added the Body from the HTTP to a Compose, then added another Compose to reference the previous compose. I got the id needed and it was posted back to be used on my end.
Thanks for the help Barry
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
26 | |
25 | |
23 | |
23 | |
21 |
User | Count |
---|---|
60 | |
42 | |
40 | |
29 | |
25 |