Hello community,
I'm having a problem with booleans and corresponding checkboxes.
I have a boolean in my DB, which I'd like to control directly through a checkbox. I run a create service that gets triggered with a value change of the checkbox.
But instead of changing just the boolean in my data set, it creates a new data set entry or does nothing at all, when unchecking the checkbox.
What am I doing wrong?