Load item in form with repeating group with checkboxes properly populated

I have a form with a repeating group and checkboxes that saves to a field when creating a new item.

I know how to load the form with basic input fields reflecting the current item, but how do I load the repeating group with proper checkboxes populated?

Hi there, @simonecareaga… what is the field type of the field where a value is saved when one of the checkboxes is checked?

Best…
Mike

It’s a list of texts

You should be able to set the checkbox to checked if the current cell’s text is in the list of texts. Have you tried that already?

thank you - this helped get me unstuck - I had one of the fields entered incorrectly.

1 Like