Cheat Sheets/Power Apps/Navigate (with context)
Power Fx function

Navigate (with context)Power Fx function reference

Pass data to the next screen.

Syntax

powerfx
Navigate( Screen, Transition, { ContextVar: Value, ... } )

Examples

powerfx
Navigate(scrDetail, None, {locId: ThisItem.ID})
Sets locId on arrival
powerfx
Navigate(scrDetail, ScreenTransition.Cover, {locRecord: ThisItem, locReadOnly: true})
powerfx
Navigate(scrEdit, ScreenTransition.None, {locMode: FormMode.Edit})

Common mistakes & gotchas

Related Power Fx functions

From App & navigation

Used in these tutorials

← Back to the Power Apps (Power Fx) cheat sheet