Hi everyone,
I’ve built a small n8n workflow where I’m reading rows from Google Sheets, looping over them, and creating products in WooCommerce.
The issue is: WooCommerce node is clearly throwing an error (Bad request – please check your parameters), but the workflow is not going to the error output of the node.
I’ve already enabled “Continue (using error output)” in the node settings, but it still behaves like a normal success path and doesn’t route to the error side.
Am I missing something here?
Is there any specific condition where WooCommerce errors don’t trigger the error output, or do I need to handle this differently?
Thank you for getting back to me. I’ve already updated the setup and started adding the products one by one. The issue I’m facing now is that even though I’ve enabled “Continue (using error output)”, the error isn’t being passed through that output. Instead, it keeps trying to upload the same item again and again, even though I can clearly see the error.