
Announcements
Hi everyone,
I have tow SP lists duplicated, but for department and approver columns value are different.
i encountred a problem when i want to display NewForm :
--Form3--List SP (Approval list)
the submit button sent data succeffully to the specific list and powerapps display the Form3 (NewForm). == works properly
----------------------------------------------------
--Form9--List SP (EngineeringAL(SH))
the submit button sent data succeffully to the specific list and powerapps display the Form3 not Form9 (NewForm) == not works properly 😞
where is the problem please?? , thank you in advance
Never chain functions after SubmitForm(). They belong to the OnSuccess property of the form. They may not execute serially and should not execute at all if the form doesn't submit successfully.