Help

Resetting a checkbox

1405 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Jim_Roberson
4 - Data Explorer
4 - Data Explorer

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

2 Replies 2

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.