Use natural language too — try queries like How to connect Dataverse to Power Pages, Build a Copilot Studio agent with SharePoint, or Power Automate email parsing examples.
AI-style search

Back functions in Power Apps

The Back function returns to the screen that was most recently displayed.

For each Navigate call, the app tracks the screen that appeared and the transition. You can use successive Back calls to return all the way to the screen that appeared when the user started the app.


Back()

No comments