Skip to main content

Is there a method to check/un-check a checkbox field for all of the records in a base?

You can use the Batch Update Block to do that.


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.


Reply