Hi,
Would anyone know how to prevent from navigating to SharePoint List view after added new item/Save or Cancel the changes on the item? I have tried below setting in my customized form but the Sharepoint List view still pop up after save or cancel.
Submit button
OnSelect: SubmitForm(SharePointForm1);Launch("http:xxxxxxxxxxx")
SharePointIntegration
OnSave: SubmitForm(SharePointForm1);Launch("http:xxxxxxxxxxx")
OnCancel: ResetForm(SharePointForm1);Launch("http:xxxxxxxxxxx")