I am trying to setup a behavior to loop through the records of a table and set all the checkboxes of a column to checked. Here is what I have:
I have a table with a checkbox column and text input column(read only). Outside of the table I have a checkbox with a behavior for the event "Checkbox Changes Field Data". When that event fires a simple branch checks if the checkbox is checked and if it is, it runs a set field command. In the set field command I have selected All rows of the column containing the checkbox field and in the formula I just have "Checked (Yes)".
When this behavior runs all of the rows are removed except the first one. The checkbox is atleast checked, but the rest of the rows are gone. Is there a different way I should be doing this?
