Skip to content

Checkbox parameter value doesn't update when changed on automation start #2004

@SaidBahaDev

Description

@SaidBahaDev

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:

  1. Create a new automation with a trigger block.
  2. Add a checkbox parameter (e.g. myCheckbox) and set it to be checked by default
  3. Uncheck the checkbox in the start prompt before running.
  4. 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

Image

Desktop (please complete the following information):

  • OS: Mac Os 15.1.1 (24B91)
  • Browser: Google Chrome Version 135.0.7049.115
  • Extension Version: 1.29.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions