template isssue

Status: Open · Asked by mexilet.technologies.pvt. on · 0 views

mexilet.technologies.pvt. — Question ·

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

Preeti Paryani — Reply ·

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 -

youtube.com/watch?v=zJaGQ-SIB0I

Back to all forum threads · Log in to reply