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 / Disable pop up message...
Power Apps
Unanswered

Disable pop up message when checked

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi All,

 

I have a pop-up message with terms and conditions to accept in the check box. As soon as the user logs in they get the pop-up message to accept the terms and conditions. Once they accept the check box it will be disabled, however, if the user comes back to the same screen anytime, they get the pop-up message again. Any workaround to disable this pops up once accepted.

 

On the visible property of terms and condition = lclPopUp = 1 

 

Thank you 

Categories:
I have the same question (0)
  • AARON_C Profile Picture
    2,235 Most Valuable Professional on at

    Hi @Hit_23 

     

    You can use the App.OnStart property to set the visibility of your pop up T&C's. The OnStart property only runs once when the app is first loaded.

     

    OnStart property:

     

    Set(varTermsAndConditions, true);

     

     

    On the OnCheck property of the checkbox:

     

    Set(varTermsAndConditions, false);

     

     

    The Visible property of the T&C's pop up message:

     

    varTermsAndConditions

     

     

    Please tick Accept as solution if the answer is useful.

    Thanks,

    @AARON_C 

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @AARON_C  Thank you for your reply.

     

    I did update the properties and still I can get the popup message if I come back to the same screen again.

  • AARON_C Profile Picture
    2,235 Most Valuable Professional on at

    @Anonymous 

     

    Did you remove your variable on the OnVisible property of your screen? This would be your old code.

     

    Did you put this code in the OnStart property?

    AARON_C_0-1701929628552.png

     

    Once you click on the checkbox using Set(varTC, false) on the OnCheck property, you should no longer see your pop up until you click on the 'Run OnStart' button again or open your app.

     

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

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard