Announcements
Hello. My app has a pop-up screen that appears when users launch the app. This pop-up screen should only appear 3x after opening the app.
I hope you can help how I can do this function. Thank you.
Hi @Anonymous You can use a global variable and a OnStart function to hide a pop-up after it has been launched 3 times but this only start counting 3x times while app is lunched not aware if that other one is possible. Here an exampleAdd this OnStart
Set(x,x+1)
Now on pop-up Visible
If(x < 3, true, false)
If function to check the value of the x variable. If the value is less than 3, set the Visible property to true, otherwise set it to false, this will hide the pop-up after it has been launched 3 times.
Hi, Ramole. Thank you very much for your help. I have a follow-up question to make this formula work.
Hello Ramole. I tried using the formula you provided but it's not working on my end. 😞Note:
@Anonymous When you start the app the variable should count number of times the popup shown otherwise if more than 3x shown it will stop the popup. I don't know how you want the popup to be shown, do you want the popup to be shown each time the user visits screen? that case use the variable OnVisible of the screen and the popup will be shown 1 till 3x after that will stop till you close and open the app 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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 394 Super User 2026 Season 2
Mohsin Ali 328
WarrenBelz 324 Most Valuable Professional