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 / Check if an email exis...
Power Apps
Answered

Check if an email exist on Office365User

(0) ShareShare
ReportReport
Posted on by 129

I have a SharePoint list with people, on this list I have an email column named "correo_electronico" I'm trying to check if an email on that list exist on my Office 365 users, right now I'm using a label to check if the formula is correct, but I can't get it to work

 

This is the formula I'm using:

 

If(Office365Users.SearchUserV2({searchTerm:Text(ThisItem.correo_electronico),top: 1,isSearchTermRequired: false, skipToken:"token?"}),true, false)

 

 

Categories:
I have the same question (0)
  • Verified answer
    SpongYe Profile Picture
    5,909 Super User 2026 Season 2 on at

    Hi @FGRODRIGUEZ 

     

    This worked for me:

    If(
     CountRows(
     Office365Users.SearchUserV2(
     {
     searchTerm:ThisItem.correo_electronico,
     top: 1,
     isSearchTermRequired: false
     }
     ).value
     ) > 0,
     true,
     false
    )

     

    -----------------------
    PowerYsa Power Platform Enthusiast [LinkedIn] | [Youtube]

    I love to share my knowledge and learn from others. If you find my posts helpful, please give them a thumbs up 👍 or mark them as a solution ✔️. You can also check out my [@PowerYSA] for some cool solutions and insights. Feel free to connect with me on any of the platforms above. Cheers! 🍻

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