Describe the problem/error/question
I’m setting up a workflow to take information from new shopify orders, set fields and create a trello card with specific fields from the shopify order.
everything seems to work ok if there is only 1 item in the shopify order, but if there are multiple, I’m not sure how to iterate through the line items and place them in the trello card description formatted.
What is the error message (if any)?
none
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
after creation, I would love to have the Description field of my trello card look like the following:
order:
item 1 style
item 1 color
item 1 size
item 2 style
item 2 color
item 2 size
Information on your n8n setup
- n8n version: – 1.83.2
- Database (default: SQLite): – default
- n8n EXECUTIONS_PROCESS setting (default: own, main): --default
- Running n8n via (Docker, npm, n8n cloud, desktop app): – podman
- Operating system: – linux
any help is appreciated.