Announcements
I created a "submitted" button to appear after pressing a different "submit" button. It appears for like half a second but then disappears. I believe this is because I have OnStart for the power app to navigate to the edit screen. I need to keep this functionality. Is there any way around this?
Can you share how you are creating this "submitted" button, including the applicable code? I've seen these kinds of notifications done with a navigate to a short-lived splash screen or using the Notify function, but I am not quite sure which mechanism you are using.
yes. I made a submitted button and set visibility to If(ShowPopUp, true, false). For the submit button i set onselect to Set(ShowPopUp, true)
OK, so something happening shortly afterwards in your app is toggling ShowPopUp back to false very quickly. Can you find and share that?
i cannot. I assume that it is because onStart is set to NewForm(EditForm1);Navigate(EditScreen1, ScreenTransition.None)
OK, in the studio, press the Variables menu choice:
Select your variable (ShowPopUp):
You'll get a list of all the places in your app it is mentioned:
Can you post that info?
OK, while nothing is turning ShowPopUp to false directly, the call of Back() in the OnSuccess property is quickly changing the screen as soon as your form successfully submits. This makes your button vanish as soon as the screen changes. It sounds like this is not the behavior you are after. Can I suggest?:
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 387
timl 340 Super User 2026 Season 1
Vish WR 301