web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / From Sharepoint List r...
Power Apps
Answered

From Sharepoint List rows get email addresses

(0) ShareShare
ReportReport
Posted on by 216

I have a column in a SharePoint list that contains Approvers. 

koontz_1-1709072890160.png

 

I'd like my PowerAutomate flow to take these Approvers and turn them into a list, an example shown below:

koontz_2-1709073016665.png

 

I've tried using both Select and Filter Array statements, but neither are giving me what I'm looking for. Does anyone have any ideas on how to do this? Thanks! 

 

 

Categories:
I have the same question (0)
  • Verified answer
    Shravan Profile Picture
    128 on at
    1. Initialize an Array Variable: Start by initializing an array variable to store the list of Approvers. Go to your Power Automate flow and add an "Initialize variable" action. Set the type of the variable to "Array".

    2. Retrieve Items from SharePoint List: Add a "Get items" action to your flow. Configure it to retrieve the items from the SharePoint list containing the Approvers column.

    3. Parse Approvers Column: Add a "Select" action below the "Get items" action. In the "Select" action, choose the output from the "Get items" action as the input array. Then, use the "Expression" tab to write an expression to extract the values from the Approvers column. For example, if your Approvers column is named "Approvers", the expression might be:

      body('Get_items')?['value']?[0]?['Approvers']

      Replace 'Get_items' with the name of your "Get items" action.

    4. Add Values to Array Variable: Use the "Append to array variable" action to add each value from the Approvers column to the array variable initialized in step 1. Set the "Value" field to the output of the "Select" action.

    5. Loop Through Approvers (Optional): If you need to perform any additional actions for each Approver, you can add a "Apply to each" loop after the "Select" action. Set the "Select" action output as the input for the loop.

    6. Use the Array Variable: Now, you can use the array variable containing the list of Approvers in subsequent actions in your flow.

    7. Handle Errors: Make sure to add appropriate error handling to your flow to handle any potential errors during the execution.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 103

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
wolenberg_ Profile Picture

wolenberg_ 67 Super User 2026 Season 1

Last 30 days Overall leaderboard