Hi Experts,
I followed the below approach to handle dynamics json array, however I am struggling with few bits. Hope someone can help with that.
https://powerusers.microsoft.com/t5/General-Power-Automate/Getting-JSON-keys-in-flow/td-p/99743
Below is the screen shot of my flow.
After RUN:
if you notice in my output, I am getting the property name as value.
eg: "label": "label"
However, I wanted something like below
"Label": "Gender"
"Value": "Male"
What am I missing here here ?
Any help of guidance would be highly appreciated
Thanks