• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Thursday, 5th March 2026.

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