pabbly loop(beta)

Status: Open · Asked by Gaurav.V on · 0 views

gaurav@1 — Question ·

I'm unable to set up the loop module. I want to capture data from the webhook and send it to the loop, but the data is not showing up as an array within the loop.

gaurav@1 — Reply ·

I'm unable to set up the loop module. I want to capture data from the webhook and send it to the loop, but the data is not showing up as an array within the loop.

Preeti Paryani — Reply ·

Hey @gaurav@1,

Thanks for reaching out and for sharing the details.

We’ve checked your workflow, and it appears that the response received from the webhook (trigger) is not in an array format. That’s why you’re unable to map the data inside the Iterator/Loop (Pabbly) module.

Please note that the Iterator only works when the input data is in a proper array structure. In your current setup, the webhook is sending individual fields (like to, subject, and html) instead of an array of objects.

To resolve this:

  • Ensure that your source application sends the data in an array format (e.g., a list of objects)
  • Once the webhook captures the array data, it will automatically become available for mapping in the Iterator

If modifying the source is not possible, you may need to manually structure the data into an array before passing it to the Iterator.

Please update this and let us know if you need further assistance.

Back to all forum threads · Log in to reply