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: 63

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