Button to empty a column

I have a table with a Status column (with a check box for 1 or 0). I would like to make a button to reinitialize ALL rows with a Status of 0. How do I do that ?

You would have to be on Business/Enterprise to use a Call API action for that, with a batch call.

Another way, on Pro+, is to pass all rowIDs through webhook to Make, and do a batch call there with the HTTP module.

This is assuming the Status column is a basic column. Won’t work with user-specific columns.

1 Like
2 Likes