From 1aa496b91c55ea67e6f009dd88dc4ff809380cb5 Mon Sep 17 00:00:00 2001 From: Deborah Date: Wed, 18 Oct 2023 21:01:38 +0100 Subject: [PATCH] Update code-node.md --- _snippets/integrations/builtin/core-nodes/code-node.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_snippets/integrations/builtin/core-nodes/code-node.md b/_snippets/integrations/builtin/core-nodes/code-node.md index 6de03cb3a..da4a3204d 100644 --- a/_snippets/integrations/builtin/core-nodes/code-node.md +++ b/_snippets/integrations/builtin/core-nodes/code-node.md @@ -2,6 +2,7 @@ The Code node allows you to write custom JavaScript or Python and run it as a st !!! note "Coding in n8n" This page gives usage information about the Code node. For more guidance on coding in n8n, refer to the [Code](/code/) section. It includes: + * Reference documentation on [Built-in methods and variables](/code/builtin/) * Guidance on [Handling dates](/code/luxon/) and [Querying JSON](/code/jmespath/) * A growing collection of examples in the [Cookbook](/code/cookbook/)