Hello, I have created a database and form (yay!), which is receiving submissions all okay. But I had a few test submissions. I can delete the test submission, but I can’t seem to figure out how to delete the entire row. So I’ve got form submission data, with lots of gaps. As seen in the photo below.
I can highlight the row, but I can’t delete it. Is there a way to get rid of all the gaps. Even when I have deleted all the contents in the form, I can’t delete the row. Even more annoyingly if I accidentally (which I have) clicked the “Add Item” button, this adds another row.
Thank you!
One question, please. The page contains a repeater and viewer for viewing detailed information. In the repeater a button is assigned for the selection of the element. But when you select an item, the repeater locks the database. The error message is as follows:
DatasetError: The “setCurrentItemIndex” function cannot be called on the dataset because the dataset was selected using a repeated item scope selector. Read more about repeated item scope selectors: http://wix.to/94BuAAs/$w.Repeater.html#repeated-item-scope
Do not tell me the next steps? I’m just starting to program in codes.
It’s best to start a new forum post for different topics so that others can see it and join.
The error message is suggesting that you refer to the docs for more information regarding Repeated Item Scope where you can find the information that you need.
If you have further questions, please feel free to post a new question on the forum.
It’s not that access to the database is prohibited, but that the context is not allowing it. The link to the docs on Repeaters has an explanation on the context selector.