A user saves a new thing, and one of the fields is a list-field linked to another type, on the form there is repeating group with dynamic choices listing the linked type, there’s a checkbox next to each option.
When the user hits save, i want bubble to create a new thing, and for the field representing that linked field i want to “set list” items from the repeating group, BUT ONLY for those items checked by the user.
HOW?