Describe the issue/error/question
The Set Node does not output anything although the data is there and can be previewed.
Please share the workflow
Share the output returned by the last node
its empty
Information on your n8n setup
n8n version: 0.217.1
Database you’re using (default: SQLite): PostgreSQL on Heroku
Running n8n with the execution process [own(default), main]: own
Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker
Jon
March 9, 2023, 10:03am
2
Hey @Tristan ,
Welcome to the community
I have tried to reproduce this and I have not been able to, Using the workflow you provided and sending a curl request of…
curl -X POST https://n8n.mydomain.tld/webhook-test/d85e9cc1-f7b5-4839-bb79-bdd517fb4d38 \
-H 'Content-Type: application/json' \
-d '{"email":"[email protected] ","first_name":"first","last_name":"name","phone":"0123456789","optinId":"1234","tagId":"15"}'
Has resulted in the below.
Looking at your screenshot though there might be more nodes in your flow and maybe more to this. Are you able to share more of the workflow and if possible the data output from each node (with anything important replaced) so that we can test the same thing?
system
Closed
June 7, 2023, 10:04am
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.