I have a column that is a boolean in every recrd. it’s toggled on if the recrd is reviewed. how do toggle them back off with a single operation.
I can create a toggle per record. but i want to reset that field for ALL of the records.
If you are on a business plan or higher, you may like this thread:
i’m not
2 Likes
You can use a JSON array to store the toggle values and update it each time the toggle is changed. Then, use JavaScript to loop through the array and reset it. You’ll need a helper column to unfold that JSON into individual rows.