Hi,
I have this scenario:
In the scenario I’m using set multiple variables on different branches.
In the shown branch, you can see that more than one bundle returns.
I would like that the bottom branch will run as many time as the returned bundles.
From the documentation, I see that it is not an option.
How should I do it?
I prefer not to split it and use webhooks.
Thanks,
Gilad
1 Like
Hi @Xlotool Welcome to the community!
You can use text aggregator before set variables. where essential data is separated by comma and formatted as you need it in next route. In next route use iterator with split function on get variable values. Rest you can use other tools like JSON parser if needed if you are willing to get more values.
Let me know if you need more help!
Best,
@Prem_Patel