How to submit a form multiple times with mixed static and dynamic text input controls

Hello Wapplers,

I would like to ask for help on how to submit a form multiple times. I hope I can explain the situation as clear as possible and not confusing. :smiley:

Below is an example of the form:
image

FIELD-02 text input controls are dynamic controls, in a sense that sometimes there may be 6 input controls, sometimes there are 3 (as in the example on the screenshot).
When submitting, it should submit thrice and update as follows with 1 click of the button:
First insert: FIELD-01 and FIELD-02-A and FIELD-03
Second insert: FIELD-01 and FIELD-02-B and FIELD-03
Third insert: FIELD-01 and FIELD-02-C and FIELD-03

It should submit thrice since there are 3 FIELD-02 dynamic text input controls. If there are 6 for example, it should submit 6 times.

Is this possible?
If it is not possible this way, can the values of the FIELD-02 dynamic controls saved to an array variable then split on server side via Server Action Steps? How can we save the values to an array variable prior to submitting to the server?

As always, thanks in advance.

Community Page
Last updated: