Hi,
I am trying to create a multistep form which has two steps. I have created two custom tables in Dataverse database and referred those tables in multistep form in order to create records in that tables. It is working fine.
But Whenever I fill the details in first step and click next to go to the next step, a new record will be created in the table referred in the first step though the details for second step form has not been filled. But I want to create records in both tables at same time after submitting the last step in the form.
Consider the attached image which is a multistep form which has two steps 1.Request Details and 2.GIS Details,
Lets consider the form for Request Details step is based on Table A and form for GIS Details step is based on Table B.
Whenever I fill the details in Request Details step's form and click next, a new record is being created in Table A. But I need to create records both in Table A and Table B after submitting the GIS details form(last step form) i.e., after collecting details from all the forms and submitting at last.