n8n-docs/docs/code-examples/index.md
Deborah Barnard 3d6c76b1dd edits to ref
2022-09-08 18:52:12 +01:00

1.4 KiB

Overview

There are two places in n8n where you need to use code:

  • In expressions, for example programmatically setting the value of a field based on incoming data.
  • In the function node, when you need to add JavaScript to your workflow.

This section covers: