I'm passing a variable through a URL link embedded in a mobile notification.
Under OnVisible event of my start screen I do this:
Set(ir_id, Param("ir_id")); ClearCollect(queryResults,QueryCosmoDB.Run(ir_id))
It seems the OnVisible event got fired up first time when I start the Power App or when I navigate off the current scree. If I park on the screen but bring up other app on my iphone, even though the entire Power App Container got 'invisible', it won't fire up OnVisible event anymore when I click on another link to bring Power App Container to the front.
Is there a Event that gets fired up every time URL get changed?

Report
All responses (
Answers (