I looked closely at your workflow and I can see why the “Respond to Webhook” node is failing intermittently. Even if the AI Agent is working, inconsistencies in the incoming data or how the Airtable update returns results can cause these errors. I can help:
Review the AI Agent’s output and ensure it’s always in the correct format.
Optimize the Airtable update so it handles all test cases without breaking.
Adjust the webhook response to guarantee valid JSON every time.
With these changes, your workflow will run reliably, even during tests or unexpected inputs.
What about I help you go through it directly @Erick zz ?