diff --git a/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte b/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte
index 439687d0c..61a082436 100644
--- a/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte
+++ b/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte
@@ -62,9 +62,13 @@
{/each}
{:else if value.customType === 'password'}
-
+
{:else if value.customType === 'email'}
-
+
{:else if value.customType === 'table'}
{:else if value.customType === 'row'}
@@ -75,10 +79,10 @@
{:else if value.type === 'string' || value.type === 'number'}
+ {bindings} />
{/if}
{/each}