Iterate module causing duplicates
Status: Closed · Asked by ahdialagi on · 0 views
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 ?
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.
https://www.loom.com/share/ac7b1e9f8ebe440da3f12870cf4b052ei 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.