I have been doing a lot of research and continue to struggle with how to work with data I received from PowerApps. I had to use JSON to pass a collection with an embedded table to MS Flow. The data looks like the below screen shot when I receive it in the variable in Flow. I really just need to get the email address from that string array. I have tried many iterations of substring, split and other expressions with no luck. Any idea how I can extract only the email address to be used later in the flow. There are about 65 items in this list. The real problem I am having is the "email": being passed with the data due to the embedded table of data in PowerApps.
[
{
"email": "email address here"
},
{
"email": "email address here"
},