As long as you have a single relation column (or a single value → whole row column) linking to the row in whichever table you want, then you can delete that row through the single relation (or single value row). So to answer your question, yes it is very possible today to delete a row in any table.
Add Row and Delete are fundamentally different. When adding a row, you are not targeting a specific row, so it just adds a row to the end of the table. However when deleting a row, you have to explicitly specify which row you want to delete. So in that sense, they are not quite the same thing.
Is your relation a single or multiple relation? You can only set column values through a relation or delete through a relation if it is a single relation. Once you have your single relation set up in table A, then when you create a button with a delete action, you will be able to choose that relation as an option.
Refer to picture “New Colum D”, it brings back all the classes, related to the creator mail in table B.
Still, back in table A , front end mode, when I create a new button, when I select “Delete Row”, it only allows me to delete the entire Table A Row
I’m using Click on Button A, to creat rows on Table B, so I can send Name, populate Start time & End Time, then use this table display a calendar of lessons.
this is what I propsed that Glide Team update system. Make the delete row, equivalent to add row, in terms of being able to select the table and rows to delete.
I’m lost on how to do the relation and be able to delete the row , clicking a button in User View 1
Key word here is SINGLE relation. Your ‘New Column D’ relation is set up as a multiple relation. You’re not going to be able to delete anything through that relation until you switch it to a single relation.
Now the question is, which row do you want to delete? The first related row, the last related row, or a different row in between. Depending on your answer, you either need a single relation, or you may need to create a multiple relation with a single value → whole row column on top of it.