Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Answered

Power Apps Person or group field

(0) ShareShare
ReportReport
Posted on by 18

Hi everyone , 

 

My doubt is , I have a person or group data field , I want to filter and show only people with particular mail id

 

ex - arun33@gmail.com

arun33kumar@yahoo.com

arun333@gmail.com

I want to show those whose email ends with gmail.com alone , (I tried filtering the office365user.serachuser , (but I guess by doing so the datatype is changing ) and this value is being patched to other power apps whose column type is person or group too

1. is it possible to filter and add it into person or group field , if so pls share the code 

 I dont want to change the data type because the change is huge if I need to change data type of column in SharePoint 

 

limitations - I dont want to create group in SharePoint and use it as group since then it will be manual task . 

  • Verified answer
    v-bofeng-msft Profile Picture
    on at
    Re: Power Apps Person or group field

    Hi @Arunkumar333 ,

     

    Please try:

    Filter(
    ForAll(
     Office365Users.SearchUser(),
    {
     '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
     Department: "",
     Claims: "i:0#.f|membership|" & Mail,
     DisplayName: DisplayName,
     Email: Mail,
     JobTitle: "",
     Picture: ""
     }
    ),EndsWith(Email,"gmail.com"))

     

    Best Regards,

    Bof

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Power Apps Pro Dev & ISV

#1
WarrenBelz Profile Picture

WarrenBelz 89 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 72 Super User 2025 Season 1

#3
mmbr1606 Profile Picture

mmbr1606 71 Super User 2025 Season 1

Overall leaderboard