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 / Dependency on SharePoi...
Power Apps
Unanswered

Dependency on SharePoint lookup column

(1) ShareShare
ReportReport
Posted on by 21

Dear Community Members,

I have a Lookup column in SharePoint list A that I am using in a combobox in PowerApps to display a list of crew names from SharePoint list B.

 

When user selects multiple crew names, I want the app to find their email addresses from list B and save them with my record. This would be hidden from user.

 

How do I get the email addresses into PowerApps form and what type of column would I save the data to in SharePoint?

 

Thank you!

Categories:
  • Ami K Profile Picture
    15,689 Super User 2024 Season 1 on at

    @michelledroll1 - create a Single Line Text column in your SharePoint List and add that field as a DataCard into your EditForm control. On the Update property of this DataCard, use:

     

    Concat(
     ForAll(
     'Your ComboBox'.SelectedItems As selecteditems,
     LookUp(
     'SharePoint List B',
     ID = selecteditems.Id,
     'Your Email Field'
     )
     ),
     Value,
     ";"
    )

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard