diff --git a/en/guides/workflow/variables.mdx b/en/guides/workflow/variables.mdx index 8c7c3563..3954b14c 100644 --- a/en/guides/workflow/variables.mdx +++ b/en/guides/workflow/variables.mdx @@ -122,10 +122,10 @@ For example, you can store the language preference input by the user in the firs **Conversation variables** have the following features: * Conversation variables can be referenced globally within most nodes in the same Chatflow App; -* Writing to conversation variables requires using the [Variable Assigner](/en/guides/workflow/nodes/variable-assigner) node; +* Writing to conversation variables requires using the [Variable Assigner](/en/guides/workflow/node/variable-assigner) node; * Conversation variables are read-write variables; -About how to use conversation variables with the Variable Assigner node, please refer to the [Variable Assigner](/en/guides/workflow/nodes/variable-assigner). +About how to use conversation variables with the Variable Assigner node, please refer to the [Variable Assigner](/en/guides/workflow/node/variable-assigner). To track changes in conversation variable values during debugging the application, click the conversation variable icon at the top of the Chatflow application preview page.