I like user to always start from first page every time coming back to app. When testing on my phone, app always start from the last user session. Is it possible to auto exit app when switching to another app or put in the background?

I like user to always start from first page every time coming back to app. When testing on my phone, app always start from the last user session. Is it possible to auto exit app when switching to another app or put in the background?
Hi @WhatisPowerApps ,
Do you want to exit the app when you switch to another app in mobile phone?
I'm afraid there's no settings about exiting app automatically.
If you want to exit an app or navigate to the first screen, you need to act an action in the app, like button's OnSelect.
For example, you could set a button's OnSelect:
Exit()
or
Naviagte(Screen1)
When you want to switch app, click the button, then the app will exit or jump to the first screen.
Best regards,