How do I simply get the number 3 here? If I use any of the fields, it outputs 0. I just want the count of items each time to come through.
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Hi @Chris_Weems
Notice the hint: “Enter the field name as text”
You are currently using an expression, but you just need to enter the field name as plain text, for example: Order ID
Hey! It had that originally but it doesnt reference the previous node or anything at all so never pulled data over. Maybe im doing it or connecting incorrectly?
Your previous node is “Send Email” node, so try with any one of its fields
Ah thanks that worked! I had shuffled the nodes around earlier so my reference before of the other didn’t connect, then I kept trying other things that didn’t work. Makes sense now, appreciate you!
1 Like