• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

template isssue

i added three phone numbers in google sheet but the itterartor steps only seeing 1 number.why?
 

Attachments

  • Screenshot 2025-01-09 at 12.07.59 PM.png
    Screenshot 2025-01-09 at 12.07.59 PM.png
    136.4 KB · Views: 72

Preeti Paryani

Well-known member
Staff member
Hello @mexilet.technologies.pvt.

The Iterator works by processing the array, so when you click the Save and Send Test Request button, you will only see the first object of the array in the form of keys and values.

However, the workflow will iterate through all the objects in the array after the iterator step and run the process for each object accordingly. So, even though only the first object is visible during the test, the workflow will run for each phone number (or object) as expected after the iterator step.

To learn more about iterator refer to this tutorial -
 
Top