Announcements
Hey Everyone,
I have an app that uses Param when a notification is clicked. It takes them to a page in the app with a Back button. But if it loads straight to that page there is no Back. Is there a way to formulate If "Back" is empty go to "Desired Page"?
Thanks!
Hi @Charliemacdmv ,
When you say if "Back" is empty, do you mean if there is no Back button on that screen? Else how will a Button be empty?
Anyways, I think there is no way to detect if there is a Control on current screen or not. Alternatively, you can apply different variables on OnVisible of different screens, e.g.
Screen1
UpdateContext({Back: true})
Screen2
UpdateContext({Back: false})
Now you can use the context variable Back for Visible of the Button as well as determining whether to go to another screen.
Best regards,
@v-jefferni Thanks for the reply.
I got it working with this. I have a variable that captures if the Param is blank. Then I use the code below for the back button. Works great.
If(IsBlank(varItem),Back(),Navigate(Home))
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.
WarrenBelz 358 Most Valuable Professional
11manish 207 Super User 2026 Season 2
MS.Ragavendar 150 Super User 2026 Season 2