How to uncheck (set to false) multiple Boolean fields at once from a button action in Glide?

Hello everybody!

I have a table with a Boolean column used as a checklist (true/false per row).

I want a button that resets the checklist by setting the Boolean field to false for all rows at once.

The button is inside the same table, but in Actions I only have access to “This item”. I don’t see any option like “Repeat for each item” or bulk update.

Is there a native way in Glide (Maker plan) to update a Boolean column across multiple rows from a single button?

Thanks for your help :wink:
Alexandre

Yes, create a “Manual Trigger” workflow with a loop and set column action.

Then, create a button with a trigger workflow action.

Like this:

If you need to clear User Specific Columns, then this method won’t work. Check out this video for other ideas:

2 Likes