
Announcements
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.
Unfortunately, it is not how it works, progressing an insert Step will always create the record at that time.
As they are different record types, you would have to build it yourself.
(if same record with multiple tabs, where each tab is to be a step then you can tell it to auto the Tabs as steps and in this case it will create at the end)