Iterate module causing duplicates

ahdialagi

Member

i explained my problem in video.
basically i need to get values from page 1 and page 2. if i iterate only 1 page, everything is fine. But if i iterate twice.. you will see on my video what the problem is.

what am i doing wrong ?
 
P

PabblyMember4

Guest
Hey @ahdialagi

The scenario that you mentioned in the video is currently not possible. You have to pass the data through an iterator in one go only. You can't add pages and process the data as you have mentioned in your video.

Kindly let me know if you have any questions or comments.
 

Fagun Shah

Well-known member

i explained my problem in video.
basically i need to get values from page 1 and page 2. if i iterate only 1 page, everything is fine. But if i iterate twice.. you will see on my video what the problem is.

what am i doing wrong ?
The issue happens when you use Iterator under Iterator.

Try handling 2nd iterator in another workflow by sending data to another workflow using API step.

Trigger of the 2nd workflow will be webhook.
 
Top