Hi,
I addede a checkbox field to the canvas and wanted to customize the logic in the logic canvas. However, when I open it up there is no EVENT Checkbox onChange.
Kind regards
Erich
Hi,
I addede a checkbox field to the canvas and wanted to customize the logic in the logic canvas. However, when I open it up there is no EVENT Checkbox onChange.
Kind regards
Erich
Hi @user6, you can create a true/false page variable that you bind to the checkbox value, and then listen to “Page variable changed” event instead.
Hi Mari,
thank you