Iterrator of workflow

Status: Closed · Asked by 신호재 on · 0 views

hojae6b4 — Question ·

In Workflows

several
Let's just say you got your name typed in.
in a repetitive statement
Multiple names entered from Contacts
Is there an example of getting it delivered all at once?

case)

/Contact A, B, C

Send A, B, C as parameters, and call Webhook.

PabblyMember3 — Reply ·
In Workflows

several
Let's just say you got your name typed in.
in a repetitive statement
Multiple names entered from Contacts
Is there an example of getting it delivered all at once?

case)

/Contact A, B, C

Send A, B, C as parameters, and call Webhook.


Need more details on this, please explain with an example and also, clarify the data in and data push applications of your Workflow.
hojae6b4 — Reply ·

I receives 4 values

Mike

July

Dog

Hyun

Then

I search google contact with above variable.

And

For i = names ...

Do someting for each person contacts

Next

PabblyMember3 — Reply ·
I receives 4 values

Mike

July

Dog

Hyun

Then

I search google contact with above variable.

And

For i = names ...

Do someting for each person contacts

Next


If you can input these names to Pabbly Connect workflow in an array then, you can make use of Iterator step and do something step just below that.
Iterator will do something for each names.
hojae6b4 — Reply ·

Thank you.

I receive strings - separated parameter

so how to transform manu string to array?

PabblyMember3 — Reply ·
Thank you.

I receive strings - separated parameter

so how to transform manu string to array?


As of now, the required - transformation of menu strings to array is not available. In near future, possibly you will see an option for the same.
hojae6b4 — Reply ·

Thank you^^ i solve it and run workflow now.

off simple response Is solution

Back to all forum threads · Log in to reply