A |
Anonymous |
I created the same automation as in the video below.
www.loom.com/share/1ea83f812afa4607b10e524b95f2e262
Regarding the execution results of that automation, the following strange behavior occurred.
www.loom.com/share/f5ddc7ba0ca54637887c7828f47881d1
1. The Scrape results of step 3.2 only save the last line. Looking at the logs in Run Details, it seems that the Scrape was successful.
2. The loop step of the second list trigger loops 40 times. Since the results from step 2's Scrape list are 20 items, I think it should loop 20 times, but is that incorrect?
2.1. The Scrape results from the 21st to the 40th loop are all the same as the results from the first Scrape.
The differences from the tutorial video are as follows:
1. The list trigger runs twice.
2. The last step of the list trigger outputs the loop count to the console.
3. The last step of the loop step outputs the loop count to the console.
4. Sometimes clicks can fail, so I'm inserting a scroll down step.