diff --git a/skyvern-frontend/src/routes/workflows/editor/nodes/ConditionalNode/ConditionalNode.tsx b/skyvern-frontend/src/routes/workflows/editor/nodes/ConditionalNode/ConditionalNode.tsx index 5f0da9bc..985de702 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/ConditionalNode/ConditionalNode.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/ConditionalNode/ConditionalNode.tsx @@ -682,7 +682,7 @@ function ConditionalNodeComponent({ id, data }: NodeProps) { {!activeBranch.is_default && ( 100 }}\nNatural language: y is greater than 100`} + content={`Jinja: {{ y > 100 }}\nNatural language: y is greater than 100\nJinja+Natural language: {{ y }} is greater than 100`} /> )} @@ -697,7 +697,7 @@ function ConditionalNodeComponent({ id, data }: NodeProps) { onChange={(value) => { handleExpressionChange(value); }} - placeholder="Enter condition to evaluate (Jinja or natural language)" + placeholder="Enter condition to evaluate (Jinja, natural language, or both)" /> )}