Cheat Sheets/Power Apps/NewForm
Power Fx function

NewFormPower Fx function reference

Put a form into new-record mode.

Syntax

powerfx
NewForm( Form )

Examples

powerfx
NewForm(frmEdit)
Blank form
powerfx
NewForm(frmTask); Navigate(scrTaskEdit)

Illustrative — OnSelect is normally set directly on the button in Studio, e.g. NewForm(frmTask); Navigate(scrTaskEdit).

powerfx
Set(btnAddTask.OnSelect, "NewForm(frmTask)")

Common mistakes & gotchas

Related Power Fx functions

From Forms

Used in these tutorials

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