

Set the AutoStartproperty to following: true Within your Success screen, add a Timer control, set the Durationproperty to following: 3000 Please set the OnSuccessproperty of the Edit form (Form 4) to following: Navigate(Success) // Navigate to your Success screen, where you display the success message I think the OnSuccessproperty of the Edit form (Form 4) could achieve your needs.

You could also consider set the Visible property of the Edit form in EditScreen1 to false.įor your third question, do you want to navigate to your Success screen once you submit your Form (4). In other words, do not specify the following Navigation formula in your app: Navigate(EditScreen1) If you do not want the users to see the Edit screen, you should prevent the users from navigating to the Edit screen in your canvas app.

In addition, if you want to add a new entry based on the selected item (existing record) in your Gallery, please consider set the Defaultproperty of the Title Text Box to following: BrowseGallery1.Selected.'Event Title' Please consider set the Defaultproperty of the Title Text Box to following: LookUp('Your Data Source', Primar圜olumn = "Specific valaue").'Event Title' Instead, I think the LookUp formula could achieve your needs. If you want to reference column value from your data source within your Edit form which is in New Mode, I think the ThisItem operator could not achieve your needs.

If you want to reference the Column value from your data source through ThisItemoperator within your Edit form, please make sure the DefaultModeproperty of the Edit form is set to following: FormMode.EditĪnd the Itemproperty of the Edit form has been bind to specific record in your data source. Hi you please share a bit more about the Form within your EditScreen1? Do you use it to edit record from your data source?Ĭould you please show more details about the Edit form in Form screen? Do you use it to add a new entry?īased on the issue that you mentioned, I think this issue is related to DefaultModeproperty of the Edit form in your Form screen (Item4).
