34

Support nested loops

  • Live

Avatar
Kyle

Support doing some action for each item in a list or based on some number


other uses
instead of having to scrape the URL of an item

A

Activity Newest / Oldest

A

GIOVANNY

Hi kyle, could you share a video to understand how it works! thanks


  • Avatar
Avatar

Johnny Wong

Great work!


Avatar

Kyle

Status changed to: Live

Avatar

Kyle

Our first version is going to allow you to loop over data from a webhook, google sheet etc. OR data from a scrape many / scrape urls.

This allows you to avoid things like whats described in this video
youtube.com/watch?v=Nrm3Z2ISb4k
Where it's separated into 2 automations.

Another version will be released ASAP that is allowing us to iterate over a list of elements. For example, I have 100 facebook friends and for each facebook friend I want to click "some" button next to them. Flows like that currently are not easily done


  • Avatar
  • Avatar
Avatar

Johnny Wong

Why i cant loop scrape urls?


Avatar

Kyle

Will add this! Just made note


Avatar

Kyle

Status changed to: In progress

S

Seb Watts

Any timeframe on this? Can't wait :)


Avatar

Kyle

Some challenging UX :) working on planning this so we can implement it


  • Avatar
  • S
Avatar

Kyle

Status changed to: Planned

Avatar

Sean O.

Ex. using Amazon.com or any product website
This is a big use case for most users. Imagine a website with rows of pages on it (Amazon.com). Pagination would allow you to scrape just the rows (products on the page then move to the next page). Supported nested loops would allow you to go into each row (product), scrape the content of that page (All product information) then move to the next row. Thanks!


  • S
S

Seb Watts

This is 💯 needed.