Describe the problem/error/question
I’m building a workflow to update the user database in Zendesk. Basically, I search for an email using the Zendesk Search User Node and will perform different actions if the user is present or not, therefore I switched the “Always Output Data” flag to generate an empty response (same number of items in and out). However, this is not happening and the Zendesk seems to stop executing after first empty response. Is this a bug or am I missing something?
Please share your workflow
This is a simplified version of my workflow. “Edit Fields1” returning a JSON array with 3 emails, first one not present in Zendesk, the other two are, i.e. [“[email protected]”,"[email protected]","[email protected]"].
Share the output returned by the last node
Zendesk just returns empty response item.
Information on your n8n setup
- n8n version: 1.47.0
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- **Running n8n via (Docker, npm, n8n cloud, desktop app): ** docker
- Operating system: N/A