I am using a Make Request module to get HTML code. The website I am looking to scrape is a business website, containing a new “block” of HTML for each businesses address, name, and phone.
I am trying to then separate these blocks from each other, and put the business name, address, and phone from each block into a new row.
However when I do this, module 8 in this illustration is inputted into the sheets correctly, but module 15 is inputting the same value 15 times (the amount of blocks on each page on the website.
If I flip them, and have module 8 before module 15, module 15 is added to the sheet correctly and 8 is repeated 15 times. What am I doing wrong?