This commit is contained in:
Rosano 2022-10-06 11:34:13 +02:00 committed by GitHub
parent 6a2828e9a8
commit e487d25bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ Using the function node, you can:
!!! note "Function node and function item node"
Note that the Function node is different from the [Function Item](/integrations/builtin/core-nodes/n8n-nodes-base.functionItem/) node. Refer to [Data | Code](/data/code/) to learn about the difference between the two.
The Function node supports:
* Promises. Instead of returning the items directly, you can return a promise which resolves accordingly.