I would like to retrieve the retrieve email address from an Person field from a collection.
My idea as below:
Firstly, I used "Query List" to query a SharePoint list, and select column output and output to a Workflow variable (type: collection).
After that, I used "For each" to throught the workflow variable and would like to retrieve email address from the selected column Person field (which allow multiple value). But I stuck on this step. any idea?
Alternatively, any ot