diff --git a/apps/builder/src/features/graph/components/nodes/block/BlockNode.tsx b/apps/builder/src/features/graph/components/nodes/block/BlockNode.tsx index 2b522d2717c..79ac1271e54 100644 --- a/apps/builder/src/features/graph/components/nodes/block/BlockNode.tsx +++ b/apps/builder/src/features/graph/components/nodes/block/BlockNode.tsx @@ -249,7 +249,8 @@ export const BlockNode = ({ )} {(isConnectable || (pathname.endsWith('analytics') && isInputBlock(block))) && - hasDefaultConnector(block) && ( + hasDefaultConnector(block) && + block.type !== LogicBlockType.JUMP && ( + ## Troubleshooting The Google sheets block didn't insert or update a row but was supposed to? Make sure to check the [logs](/editor/results). If you still can't figure out what went wrong, shoot me a message using the chat button directly in the tool 👍