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 / Visible: Check current...
Power Apps
Answered

Visible: Check current user in multiple person column

(1) ShareShare
ReportReport
Posted on by 132

Hi,

 

I have Icon in the gallery, and then I want to check in the Icon Visible property, if the current user email is already in Vote Column (Multiple person type) then the visible is false,

Can anyone help me with this?

this is my code, but its not work

!IsBlank(Filter(Feedback, Office365Users.MyProfile().Mail in ThisItem.Vote.Email))

Feedback: my table
Vote: Multiple person Column

 

Categories:
I have the same question (0)
  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi @nrd10 

     

    Try this formula,

     

    !IsBlank(LookUp(Feedback, Vote.Email = Office365Users.MyProfile().Mail, Vote))

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

     

  • nrd10 Profile Picture
    132 on at

    Hi, 

     

    i try this, and have this error 

    nrd10_0-1702463816670.png

     

     

  • Verified answer
    Rajkumar_M Profile Picture
    3,747 Moderator on at

    @nrd10 Try this

     

    !IsBlank(LookUp(Feedback, Office365Users.MyProfile().Mail = ThisItem.Vote.Email))

     

  • Verified answer
    LukeTahi Profile Picture
    34 on at

    This would be the best way to do it

     

    assuming a collection is titled Feedback or a formula is titled Feedback

     

    the column value we want to test if the user email is called Vote.Email


    the user email is Office365Users.Profile().Mail

    as opposed to User().Email 

     

     

     Countrows( Filter(  Feedback, Office365Users.Profile().Mail exactin Vote.Email)) = 0 

  • nrd10 Profile Picture
    132 on at

    hi @Rajkumar_404 @LukeTahi 

     

    thankyou, i try to combine and its work

     

    IsBlank(LookUp(Feedback, Office365Users.MyProfile().Mail exactin ThisItem.Vote.Email))

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard