I have two lists in SharePoint Online, one to capture the data and another one where I have saved the value of approver in a people picker column.
Now I want the value of the people picker column in a variable so that I can set an approval action for them.
I have created a variable type object and I'm getting the below value in JSON format. I'm kind of new to Json hence I'm not aware how to get the email id from the json in MS FLOW. Below is the json copied for ref.
{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser","Claims":"i:0#.f|membership|[email protected]","DisplayName":"xx xx","Email":"[email protected]","Picture":"https://xxxxx.sharepoint.com/sites/xxxxx/_layouts/15/UserPhoto.aspx?Size=L&[email protected]","Department":null,"JobTitle":null} Can some one please help me to get the email id value in a var from the above JSON in MS FLow.
Any help on this will be appreciated.
Thanks
