diff --git a/en/guides/workflow/node/code.mdx b/en/guides/workflow/node/code.mdx index 20a64a7e..a37570f7 100644 --- a/en/guides/workflow/node/code.mdx +++ b/en/guides/workflow/node/code.mdx @@ -6,7 +6,7 @@ title: "Code" The Code node allows you to embed custom Python or JavaScript scripts into your workflow to manipulate variables in ways that built-in nodes cannot achieve. It can simplify your workflow and is suitable for scenarios such as arithmetic operations, JSON transformations, text processing, and more. -To use variables from other nodes in the Code node, define the variable names in `input variables` and reference these variables in the code. +To use variables from other nodes in a Code node, you must select them in the `Input Variables` field and then reference them in your code.