Searching Through Data Results
Status: Open · Asked by Niche Web Marketing on · 0 views
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?

Hi @nicheweb,
Could you please share the Workflow URL in which you have this concern?
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!
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.
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?
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'.