Every time a user creates an entry in my app it adds twice.
Do you have a form with an onSubmit action that adds a new row?
If yes, remove it. It isn’t required.
The purpose of a form is to add a row, and that already happens when the user submits.
I, literally, just did this yesterday. I had a form and it wasn’t updating properly (cause I set it up wrong) and so I added an OnSubmit action to fix it. Ended up doubling the rows and it didn’t fix my problem.
Easy mistake, probably happens more often than people might think.
yep, it’s a very common mistake.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.