I have a gSheet with a list of websites.
I want to iterate down the list, pull the domain name, pull the html contents, check that for a specific value, and save a value to the sheet depending on what the result is.
Then next row.
Use the find rows option in G sheet piece, keep the search value empty to retrieve all rows. Of specify this if you want specific rows. Then for the next step insert a Loop, use the Find Rows output, not the items in the loop. And then within the loop you can setup the specific processing steps.
Then make sure you test this, you will only see 1 items pop up which is correct. then set up your processing of this item within the loop with whatever you plan on doing like this:
My last post is just an illustration, the Gsheet is getting data out a a different sheet
That network erro usaulyl comes when a HTTP piece is not set-up correctly.
You have any idea where it goes wrong? have you made sure during testing that all “variable” input is coming from a previous piece and is not static (manually inserted).
Maybe some screenshots of each piece could help in understanding the details.
btw if you work on Windows, the Windows + alt + r button combination will record your screen, maybe even easier.