diff --git a/packages/builder/src/components/automation/SetupPanel/RowSelectorTypes.svelte b/packages/builder/src/components/automation/SetupPanel/RowSelectorTypes.svelte index ee9fd12c0c..7717054a92 100644 --- a/packages/builder/src/components/automation/SetupPanel/RowSelectorTypes.svelte +++ b/packages/builder/src/components/automation/SetupPanel/RowSelectorTypes.svelte @@ -13,6 +13,10 @@ import AutomationBindingPanel from "../../common/bindings/ServerBindingPanel.svelte" import CodeEditor from "components/common/CodeEditor/CodeEditor.svelte" import KeyValueBuilder from "components/integration/KeyValueBuilder.svelte" + import { + readableToRuntimeBinding, + runtimeToReadableBinding, + } from "dataBinding" export let onChange export let field @@ -30,6 +34,8 @@ return clone }) + $: readableValue = runtimeToReadableBinding(parsedBindings, fieldData) + let attachmentTypes = [ FieldType.ATTACHMENTS, FieldType.ATTACHMENT_SINGLE, @@ -132,11 +138,12 @@ /> {:else if schema.type === "longform"}