1

In the loop step, all rows are combined into the first row.


A
Anonymous

- In the first loop, the values referenced from "@step 3" to "@step 6" will be in the format of "row-1 col-2|row-2 col-2|row-3 col-2," separated by "|". Since this is the first row, I want to reference the values from the first row.

- The result of step 7.4 can only be obtained from the last line. The log appears to show that all lines have been scraped.

More detailed information is available below.

www.skool.com/lazyempire/i-dont-understand-how-to-use-the-loop-step


A

Activity Newest / Oldest

Avatar

Kyle

Status changed to: Closed

Avatar

Kyle

If you are using scrape list inside of a loop this will be condensed to a row inside because most scraping jobs should be done outside a loop when using scrape list, it is better to build the scenario where you’d use scrape inside a loop not scrape list. See this example: www.loom.com/share/1ea83f812afa4607b10e524b95f2e262

In your scenario it doesn’t sound like loop is necessary and it should just be scrape list.

Let us know if anything else!


A

This automation takes the contents of the table tag and displays them exactly as they are input, so you just need to scrape that.
Therefore, the contents of the table tag, the execution logs, and the JSON values should all be the same, but there are differences in each.

Please clarify whether this is a bug.
If it is not a bug, please specify what the Loop step can and cannot do.