I have a bunch of Checkbox+ elements in a repeating group. The initial value comes from the database, and I have a workflow to save it back to the database when the checkbox value changes.
When the page loads, the checkboxes trigger the workflow as they get loaded (calling and updating on every checkbox).
I tried to run it only when the repeating group is not loading, or when the page finished loading, but it still does it.
Is there a way to add a “checkbox clicked” event for the workflows instead of change value?