Hi
I am customising Sharepoint . and I am different Field in different forms . I have total 4 forms . one is New form working good . and another one is view form also working fine. Rest two form are edit form. This form I need to save one time with save button .
How can I use integration on save.
Previously we used only one form as edit . but recently we added another screen so I want to save both.
Please find previous on save function as below :
If(SharePointFormMode="CreatedForm",SubmitForm(SharePointForm1),
If(SharePointFormMode="EditForm",SubmitForm(EditForm1)))
I want to save add another form . form name "EditForm2"
Please can we do this ???
Help me
Thank you