Pabbly Workflow with Iterator & Filter is Not Processing All WhatsApp Messages from Google Sheets
Status: Open · Asked by WellnessVibe LLP on · 0 views
Hi Team,
We have created two scheduled workflows in Pabbly Connect:
- Workflow 1: Runs every Tuesday
- Workflow 2: Runs every Wednesday
Both workflows use the following logic:
Fetch data from a Google Sheet.- Use an Iterator to process each row individually.
- Apply a Filter condition to continue only if the value is greater than 0.
- Send a WhatsApp message to each qualifying contact.
The workflows are executing as scheduled, but they are not sending WhatsApp messages to all eligible records in the Google Sheet. Only some contacts receive the messages, while others that meet the filter condition are skipped.
We have verified that:
- The Google Sheet contains valid data.
- The Iterator and Filter are configured correctly.
- The workflows are scheduled and triggering successfully.
Could you please help us identify why the Iterator is not processing all rows or why some WhatsApp messages are being skipped?
Kindly review the workflow execution logs and let us know if there are any limitations, configuration issues, or errors causing this behavior.
Thank you.
Hello,
Thank you for providing the workflow details.
Upon inspecting your task history logs, we observed that Pabbly Connect successfully processed all the rows and received a Success (200) response code from the WhatsApp API action step for each contact. The API returned Message_status: queued along with a valid Message Queue_id (e.g., 408b5dee-4e65-4b15-89c0-3c483960e773).
Since Pabbly Connect is successfully handing over the message payload to your WhatsApp API provider without any step failures, the messages are being queued on their end.
Could you please check your WhatsApp API provider's dashboard/software panel to see if there are any errors, rate limits, template rejections, or account-level restrictions being logged when delivering these queued messages?
Looking forward to your update so we can help resolve this further.
Thanks & Regards,
Hrishabh
Customer Support Associate
🌐 Pabbly.com
👉 Rate your support

You can check it has iteration issue

Some of my Iteration Steps is not working