n8n-docs/docs/code/cookbook/expressions/index.md
Justin Ellingwood a7dc52d6e1
Change repo links to absolute file paths (#2829)
Co-authored-by: Nick Veitch <nick.veitch@n8n.io>
2025-02-11 17:40:26 +00:00

591 B

description contentType
Code examples you can use in expressions. overview

Expressions cookbook

This section contains examples and recipes for tasks you can do with expressions.

/// note | Python support You can use Python in the Code node. It isn't available in expressions. /// % import "_macros/section-toc.html" as sectionToc %

sectionToc.sectionToc(page)