Skip to main content

Resetting a checkbox

  • May 20, 2020
  • 2 replies
  • 11 views

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

2 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • 9780 replies
  • May 20, 2020

You can use the Batch Update Block to do that.


Justin_Barrett
Forum|alt.badge.img+21
  • Inspiring
  • 4647 replies
  • May 22, 2020

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.