Checkbox in repeating group

How would you handle a checkbox in a repeating group cell for batch changing a value in checked cells thing?

1 Like

I had a similar problem, I ended up using a custom state on the repeating group to keep track of which users had been selected. I then made my own checkbox with an icon inside a group, and made it’s value dependent on if the user was in the custom state. Finally I made a workflow to add/remove the user from the custom state if the checkbox was clicked.

Thanks for the reply. What I actually did, was created a “state” data field in one of my data types to hold the values “checked”, “unchecked”, “completed” and then once i pressed the button to update all, i did a search for all the items that were marked checked.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.