After I’m generating the document that I need, how can I uncheck the column ‘‘Good working order?’’. I’ve tried with set column value to clear but it doesn’t work. i need a button to reset them values.
Kind regards
To uncheck them all at once you would need to use the Glide API.
An alternative is to use a bit of smoke and mirrors to do a pseudo reset. See below:
There have been several requests for people to find a way to clear a value in multiple rows. I was thinking about that and came up with a quick example of a way to handle that. Instead of trying to clear a value in an entire column, I realized we could just change one value on a parent column, load it as a single value in our sheet and then compare that parent value to a column that we set or unset for each row. It’s not about clearing an entire column, it’s about making a value in each row n…
3 Likes