Power Fx function
Navigate — Power Fx function reference
Move to another screen.
Syntax
powerfx
Navigate( Screen [, Transition ] [, UpdateContextRecord ] )
Examples
powerfx
Navigate(scrDetail, ScreenTransition.Cover)
→ Switches screen
powerfx
Navigate(scrList, ScreenTransition.None)
powerfx
Navigate(scrHome)
Common mistakes & gotchas
- Transition is purely visual and has no effect on data or performance — it can be omitted entirely.
- Each call pushes onto Power Apps' internal navigation stack used by Back(), so navigating to the same screen repeatedly stacks multiple entries rather than replacing one.
Related Power Fx functions
From App & navigation