Iterrator of workflow
Status: Closed · Asked by 신호재 on · 0 views
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.
In Workflowsseveral
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.
Seems like this: https://forum.pabbly.com/threads/chain-json-results-as-string.145/
You get results:
1: name A
2: name B
3: name C
you want to send like this
name A, name B, name C
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
I receives 4 valuesMike
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.
Thank you.
I receive strings - separated parameter
so how to transform manu string to array?
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.
Thank you^^ i solve it and run workflow now.
off simple response Is solution