Multiple records created when adding new record

My app allows users to add new records of different types (patterns, fabrics, projects). These records are added directly in the app and not uploaded via google sheets or other list/db.

After adding the record details, I tap add in the upper right corner and the app saves 2 of the exact same record. Any ideas on how to resolve this?

Thanks!

Do you have an onSubmit action that adds a row?

If yes, get rid of it. It isn’t needed as the act of submitting the form already adds a row.

Ahhhhh! I do…let me try that. Thanks :grinning:

UPDATE: That fixed it. Thanks again

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.