mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
21 lines
550 B
Markdown
21 lines
550 B
Markdown
---
|
|
description: Code examples you can use in expressions.
|
|
contentType: overview
|
|
---
|
|
|
|
# Expressions cookbook
|
|
|
|
This section contains examples and recipes for tasks you can do with [expressions](/glossary.md#expression-n8n).
|
|
|
|
/// 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) ]]
|
|
|
|
## Related resources
|
|
|
|
* [Built-in methods and variables reference](/code/builtin/overview.md)
|
|
* [Expressions](/data/expressions.md)
|