You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using a checkbox parameter in a trigger, if it is set to "checked" by default, unchecking it manually at automation start has no effect—the value stays true in the workflow.
To Reproduce
Steps to reproduce the behavior:
Create a new automation with a trigger block.
Add a checkbox parameter (e.g. myCheckbox) and set it to be checked by default
Uncheck the checkbox in the start prompt before running.
Observe that {{variables.myCheckbox }} is still true in the workflow.
Expected behavior
If the user unchecks the checkbox before running the automation, the value should be false in the workflow.
Screenshots
Desktop (please complete the following information):