I'm working on a flow that sends emails to multiple people. I'm extracting Person fields from a SharePoint list field that can contain a number of Persons using the Apply to each function. I then send the data to the Send an email function.
The problem that I'm having is that CurrentItem contains the comple Person struct and I need to extract just the Email field from this struct in order for the Send an email function to accept the parameter in the To field.
How can I extract this field?
