diff --git a/packages/builder/src/components/automation/SetupPanel/GenericBindingPopover.svelte b/packages/builder/src/components/automation/SetupPanel/GenericBindingPopover.svelte index 5b48c7f344..3ee6c0fd31 100644 --- a/packages/builder/src/components/automation/SetupPanel/GenericBindingPopover.svelte +++ b/packages/builder/src/components/automation/SetupPanel/GenericBindingPopover.svelte @@ -46,7 +46,7 @@ } function checkValid() { - const runtimeValue = readableToRuntimeBinding(bindings, valueToParse) + const runtimeValue = readableToRuntimeBinding(bindings, value) validity = isValid(runtimeValue) }