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 / Condition and Variable...
Power Apps
Answered

Condition and Variable Check

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I have Button. I only want the button to be Visible to those with 'National' access.

 

Assuming how I set the variable in the App OnStart (as shown below) is correct:

 

     Set(varIsNational,If(User().FullName="Popeye daSailor", true ,User().FullName="Peppy LePew", true ,User().FullName="Jack

     Sprat", true ,User().FullName="Jessica Rabbit", true , false ));

 

Is the following condition correct for achieving my goal is I place it in the Button Visible property; or should it just be varIsNational:

 

     If(varIsNational=true, true,false)

Categories:
I have the same question (0)
  • Verified answer
    Pstork1 Profile Picture
    69,629 Most Valuable Professional on at

    Since you are setting the variable to a boolean value its actually even easier.  Just set visible to varIsNational.  No IF() required.  But either way will work.

     

    My one suggestion would be to switch it to User().Email instead of DisplayName.  Display Name can change and isn't guaranteed to be unique.

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 377 Most Valuable Professional

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard