I’m currently trying to make a scenario that fills in information from a list of leads in a google sheets document. Currently, I want to loop from the start of the iterator and the end of the array aggregator, as this handles the collection of the decision maker’s email, name, and title from a website. To not use unnecessary tokens with Make’s AI, I want to stop that loop when I have the decision maker’s email, name, and title. How can I do that?
Hey Alanah,
there are no loops in Make.
What you can try is have the scenario restart it self and use a data store to save where the loop reached and if it needs to keep going.
Or have the master scenario call a sub scenario that keeps going until the data is collected.
If I were to make a master scenario call a subscenario, would I be able to have an input and output portion of the subscenario? Right now, I am scraping websites for contact information with Apify, but not every website is uniform. Therefore, my Apify Actor is finding any page that sounds like a contact page and then having AI parse through the html for the contact information I need. Because of this, the AI can pick up different information each run through. I want to stop when it gets the name, email, and title.
