Actions Not Executing Inside Router after Iterator Iterations
Status: Closed · Asked by ricardolrm on · 0 views
Hello Pabbly community,
I'm encountering an issue with my integration workflow in Pabbly. I have an iterator that iterates multiple times until the array listing is completed, and after each iteration of the array, it enters a router block that compares whether the record already exists in my data source or not.
If it exists, it skips the record; if it doesn't exist, it saves it to my data source. The problem is that for each iteration of the iterator, it only evaluates the router condition but does not execute the actions inside it.
I've checked the router settings and connections, and everything seems to be configured correctly. However, the actions inside the router are not being executed after each iteration of the iterator.
Could someone please provide guidance on how to resolve this issue? Has anyone encountered a similar problem with iterators and routers in Pabbly? Any insights or suggestions would be greatly appreciated.
Thank you in advance for your help!
Attachments

Hi @ricardolrm,
Could you please share the Workflow URL in which you have this concern?
For sure!
Here is the automation link:
https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZhMDYzNjA0MzM1MjZmNTUzNjUxM2Ii_pc
Hello Pabbly community,I'm encountering an issue with my integration workflow in Pabbly. I have an iterator that iterates multiple times until the array listing is completed, and after each iteration of the array, it enters a router block that compares whether the record already exists in my data source or not.
If it exists, it skips the record; if it doesn't exist, it saves it to my data source. The problem is that for each iteration of the iterator, it only evaluates the router condition but does not execute the actions inside it.
I've checked the router settings and connections, and everything seems to be configured correctly. However, the actions inside the router are not being executed after each iteration of the iterator.
Could someone please provide guidance on how to resolve this issue? Has anyone encountered a similar problem with iterators and routers in Pabbly? Any insights or suggestions would be greatly appreciated.
Thank you in advance for your help
Could you please also share the Task History ID of this execution?
Sure!
Task History ID - IjU3NmMwNTZmMDYzMDA0MzM1MjZjNTUzYzUxMzE1MTYzNTQzNiI_3D_pc
Executed at Apr 23, 2024 13:53:58, (UTC-03:00) America/Sao_Paulo
Please enable your workflow and add another contact tag to your ActiveCampaign that satisfies these conditions and executes route 'Tag Não Existe'.

If the action events in the 'Tag Não Existe' route do not get executed, please let us know. Also, share the Task History ID of this attempt.
I managed to solve it.
When I tested it again it started working as needed.
Thanks.