Describe the problem/error/question
I have a few issues that just do not add up. Here is the scenario. I have a Amazon SNS that of course does not come in the correct JSON format. I use the function node to resolve that:
Interestingly, the BouncedRecipients do not show up on the JSON output. Now I use ItemLists to split up the bounce.bouncedRecipients, that actually dissapeared in the JSON, and voila, they show up again in the output:
Now in the Mautic node I access the Email address of this bouncedRecipients output and it says it is not valid, throwing an error:
What is the error message (if any)?
400 - {“errors”:[{“code”:400,“message”:“email: {{$node[ItemLists].json.contact.emailAddress}} is invalid.”,“details”:{“email”:[“{{$node[ItemLists].json.contact.emailAddress}} is invalid.”]}}]} - email: {{$node[ItemLists].json.contact.emailAddress}} is invalid.
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
<!-- If you need help with data transformations, please also share your expected output. -->
## Information on your n8n setup
- **n8n version:** 1.21.1
- **Database (default: SQLite):** mySQL / Percona
- **n8n EXECUTIONS_PROCESS setting (default: own, main):** queue
- **Running n8n via (Docker, npm, n8n cloud, desktop app):** Docker
- **Operating system:**