From c785efaf6962a8080a98814ed6cb31fca27bb20e Mon Sep 17 00:00:00 2001 From: Riskey Date: Sat, 11 Oct 2025 11:43:18 +0800 Subject: [PATCH] updates --- en/guides/workflow/node/code.mdx | 2 +- ja-jp/guides/workflow/node/code.mdx | 2 +- zh-hans/guides/workflow/node/code.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.