Do Multi-product and single product woocommerce orders need separate workflows?
I created a workflow based on the tutorial for Multi-Product Woo-Commerce orders which works and feeds the information through to AirTable.
Now when there is a single product order I get an email saying there was an error as the
{
"status": "error",
"message": "Required field Line Items Array missing. Learn more: https://forum.pabbly.com/threads/how-to-fix-required-field-is-missing-errors-in-pabbly-connect.7488/"
}
HOWEVER, it does actually send through the correct information to AirTable (see attached) - both order types were successful.
Should I be making two different ones or is there a way to split one depending on the different kind of items ordered?
I created a workflow based on the tutorial for Multi-Product Woo-Commerce orders which works and feeds the information through to AirTable.
Now when there is a single product order I get an email saying there was an error as the
{
"status": "error",
"message": "Required field Line Items Array missing. Learn more: https://forum.pabbly.com/threads/how-to-fix-required-field-is-missing-errors-in-pabbly-connect.7488/"
}
HOWEVER, it does actually send through the correct information to AirTable (see attached) - both order types were successful.
Should I be making two different ones or is there a way to split one depending on the different kind of items ordered?