cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
ArturasF
Helper III
Helper III

Collect email address from Person column in Sharepoint List

Hello, I have read other suggestions but was not able to understand them, perhaps someone could help on this problem:

 

I have a sharepoint list where these fields are available:

 

ID - Number

Driver - Person only (only one allowed)

Department - Text (single line)

 

How to populate a collection with only these values:

 

ID - Number

Email - email address extracted from driver

Department - Text

 

I know how to use ShowColumns while collecting, but I don't know how to extract email address from Person Column. Please help!

1 ACCEPTED SOLUTION

Accepted Solutions
Jeff_Thorpe
Super User
Super User

You can use the combination of Addcolumns() and ShowColumns(). Here is an example:

 

ClearCollect(colTemp, ShowColumns(AddColumns(SPListName, "Email", Driver.Email), "ID", "Department", "Email" ))

 



--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.

View solution in original post

1 REPLY 1
Jeff_Thorpe
Super User
Super User

You can use the combination of Addcolumns() and ShowColumns(). Here is an example:

 

ClearCollect(colTemp, ShowColumns(AddColumns(SPListName, "Email", Driver.Email), "ID", "Department", "Email" ))

 



--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.

Helpful resources

Announcements
Power Apps News & Annoucements carousel

Power Apps News & Announcements

Keep up to date with current events and community announcements in the Power Apps community.

Community Call Conversations

Introducing the Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Apps Community Blog Carousel

Power Apps Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Top Kudoed Authors
Users online (2,522)