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

Iterator or Loop

Is there a way to loop, possibly with the iterator or some other way, to do what I need? I have an integration with an image generator and I've generated many test images that are all being hosted by this provider. They don't offer a way to delete all the hosted images, but there is a GET request I can use to see all the reference numbers of each image and I can send another GET request to delete each image by it's unique ID. There are over 200 images and I can't sit here and manually enter each ID then send the GET request, wait for success response and start over. In the image I've shared, you can see one example of the data showing Object 28 Transaction Ref which is the unique ID for the 28th item. Is there a way to set up Pabbly to send a GET request for Objects 1 Transaction Ref, then for Objects 2, Objects, 3, . . . , Objects 200 so I can automate a loop in some way?
chrome_yoFe9zOvTm.jpg
 
P

Pabblymember11

Guest
Hey @andrewstrealtor

For your concern, you can capture the API response in advance format by toggling the "Simple Response", further you can use the Iterator action step to the process that obtained JSON.
 
Top