I have a power apps with 3 forms ..On each form I have the submit button the Form A is working fine and a new row is added to the table but for Form B the data getting submitted but row is not created. On FormA the submitbutton is having this formula -
SubmitForm(FormA);
Navigate(Target_2,ScreenTransition.None)
On FormA, there is a customer ID feild which is a contactenated filed and on FormB it says that Customer ID feild is missing. How to resolve the issue. I want that once click on the sbumit button on each form all the information should be saved in a new row.
FormA
Form B

Please help.
REgards