May 20, 2020 11:50 AM
Is there a method to check/un-check a checkbox field for all of the records in a base?
May 20, 2020 02:28 PM
You can use the Batch Update Block to do that.
May 21, 2020 09:02 PM
You could also write a script in the Scripting block to change their states. The Batch Update block only works on a single table at a time, so processing multiple tables would require multiple Batch Update blocks. However, a custom script could systematically work through all tables and reset everything.