Files
n8n-docs/docs/code-examples/index.md
2022-10-25 15:13:25 +01:00

1.4 KiB

description
description
Use code in your n8n workflows.

Code in n8n

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 Code node, when you need to add JavaScript to your workflow.

This section covers: