Announcements
The FormMode.New is not a valid value for the Item property. Instead, Item expects a specific record or Blank() to determine whether the form will open an existing record or allow creating a new one.
FormMode.New
Item
Blank()
Item property of Form:
If( IsBlank(LookUp(Gate1, ID = galProjects.Selected.ID)), Blank(), LookUp(Gate1, ID = galProjects.Selected.ID) )
To determine whether the form should be in New or Edit mode, use the OnVisible or OnSelect property of your screen or button to set the form's mode explicitly.
If( IsBlank(LookUp(Gate1, ID = galProjects.Selected.ID)), NewForm(Form1), EditForm(Form1) )
LookUp(Gate1, ProjectID.Value = galProjects.Selected.ProjectID)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 542 Most Valuable Professional
Haque 206
Kalathiya 201 Super User 2026 Season 1