Hi @Jeff_Hager , after review of documentation and testing I still cannot figure out how to delete only column values without deleting row values. The documentation shows how to edit,delete,add row-wise, which is easy enough to implement.
EXAMPLE: I want to edit values in orange column, i.e., remove both ‘La Habra’ entries without deleting the values in the adjacent columns, blue column.
When I delete the first ‘La Habra’ the entire row is deleted, but I want keep the rest of the row values, blue box.
I want to modify values in an ‘admin tab’ to edits choices in a Choices Glide table. The Choices table values are used in a Form Choice Pickers component.
As there are different records of the same Sheet I would say the only way is to go into each of the records’ view and clear that exact column in a text entry.
This is a 3-year old thread. You can use the data grid component to do it now, or set column values through a relation (if you’re doing it for one row at one time).