I use POST method to create record in Xano and after I click submit in form → same moment few empty records are created in DB along with correct one that I have filled in form.
Has anyone ever experienced such issue?
in weweb you have an extra workflow somewhere that is creating another record. It could be triggered on page load, or maybe you have it attached to the button instead of the form. Check both those places
the Xano api endpoint is configured incorrectly and you are creating an extra record there.
I watched the loom on my phone, so it’s hard for me to see, but It appears that the 339 is record showed up after you went back to the trends page. If that’s the case, then the workflow is being triggered there, probably on page load.
Feel free to send over a picture of your Xano api function stack.
FIXED!
Ive found that I’ve accidentally added POST endpoint to my collections (was checking how that may work)
And looks like it was running automatically together with GET endpoint (That I would never expect)