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

Searching Through Data Results

nicheweb

Member
I have a request that pulls a list of domains in our account and their associated id. It's returning a large number of domains, so how do I search through those results and isolate the domain I need for use in future steps? So let's so I have 50 domains and I'm looking for specialdomain.com and it's associated ID Number. How do search for "specialdomain.com" and get its associated ID isolated for use in future steps?

1709730368564.png
 

nicheweb

Member
Ok, this one is slightly different from my screenshot but it's the same concept -

I need to search for the domain in the response and get the corresponding DomainId to use in a future step and I wasn't sure where to begin. Thanks!
 
Last edited:

ArshilAhmad

Moderator
Staff member
I have added an Iterator to your workflow. This Iterator will iterate through all the domains captured in 'API by Pabbly' one by one and feed the data to the Filter step. The Filter will ensure that the next steps of your workflow are executed only if the filter conditions are met.


 

nicheweb

Member
The part I need help with is that I need to get the corresponding domain ID associated with the domain I'm looking for in the list. Is there a way to do that?
 

ArshilAhmad

Moderator
Staff member
If you want the Domain ID at a particular step, you can directly map the domain from the Iterator. Since the subsequent steps of your workflow will execute only if the domain name is 'specialdomain.com', the step in which you have mapped the Domain ID will automatically have the Domain ID associated with 'specialdomain.com'.
 
Top