Form input is writing two entries

I have a form in the app that is used data input for flight operations. When a user completes the form and submits, it is incorrectly sending two sets of data - populating two rows with duplicate data.

The only two tabs fully implemented are “N402SH”, and “N407WH” - both are making that double un-commanded double entry

Please help

Are you adding an add row action on submit on top of the functionality of a form, which already adds a row?

so here is what I have as the function of the form button select

Right, but did you also add an on submit action within the form?

not sure what you mean - when the form is completely filled in the submit button is enabled (grayed out prior)

When you are in the form, what do you have here?

image

Ah - ADD ROW - dammit!

thanks!

3 Likes