Hi, i have a little problem right here: I have sheetworker that listening on a checkbox (on/off state) and do some calculations with the rest of the values in this repeating field, but the sheetworker is client sided so i can't use the sendChat()-function what i need. So the calculations will be fine and don't need to move to the API, what i need is just: if somebody hit the checkbox in the repeating field, make sendChat('foobar'); with some values of the character. So, does somebody have a workaround or a better idea for that?