Hi.
How can I convert multiple node items into just one item such as item[0]?
Below is an illustrative example image
Grateful for the attention!
Hi.
How can I convert multiple node items into just one item such as item[0]?
Below is an illustrative example image
Grateful for the attention!
Hey @hlf,
Welcome to the community
You can use the Item Lists node or use the Function node. For the Function node, you can refer to the code snippet documented here: JavaScript Code Snippets | Docs
Hey @harshil1712,
I did this easily with the Item List node.
The only thing I needed to do was update n8n as it was in a very old version and didn’t have a list of items node.
Thanks for the tip.