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 / person or group field ...
Power Apps
Answered

person or group field Pop up message

(0) ShareShare
ReportReport
Posted on by 18

Hi everyone , 

 

My doubt is , I have a person or group data field ,I want a pop up to show if the user with email id ending with gmail.com is chosen.

the column type in sharepoint is person or group (this cant be changed to single line of text) 

items - choice([@example ].exampledata)  just a example , its in default state 

ex - arun33@gmail.com

arun33kumar@yahoo.com

arun333@gmail.com

 

Categories:
I have the same question (0)
  • Verified answer
    madlad Profile Picture
    2,637 Moderator on at

    I'm not exactly sure how you're choosing these items, but its sounds like this might be close to what you're looking for. When you're choosing the item, you could do something along the lines of:

     

     

     

    If(
     EndsWith(
     YourSelectedItem,
     "gmail.com
     ),
     Notify(
     "This email contains gmail.com"
     )
    );

     

     

    Where YourSelectedItem is the email of the item you just chose.

     

    This would briefly display a message to the user informing them of this.

     

    If you wanted a lasting popup that the user has to interact with, replace the Notify() with Set(Variable, true). Then, make a container, set the visibility to be Variable you just created, and customize it as you'd like. Once the user has done what they have to, set Variable back to false and it will become invisible again.

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard