Why new items get added twice?

I figured out how to allow users to add new items to a list of items. Everything worked as I expected, with one exception: the new item gets added twice to the list. Happens every time. Thank goodness I had a delete button in the edit item template :slight_smile: Any ideas?

How are you doing the add? Form or Add mode? Are you setting an add row action on submit when those modes already add rows on their own?

1 Like

Hey @forsdick
You probably added the “Add Row” action which is not necessary (and adds item twice)
Let me know if that works

2 Likes

You should select « set row » and not « add row »

Made the same mistake recently…

1 Like