• 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.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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