I have a playbook that is not performing as expected.
The first row in Google Sheets that is created is always completely empty. Is this a familiar error?
I run “get answer based on a question” AI. The answer is always cut off. It seems to be around 984 characters. Is there a max length to this answer? Am I doing something else wrong?
It appears you’re using two “scrape data on active tab” actions. This is likely what’s happening here - It won’t work well as it’s referring to the web browser tab that you currently have selected so it will only scrape from that link.
I suggest using the “Scrape data in the background” as your second action instead.
Does the empty row issue still take place? I am trying to reproduce it by running a copy of your playbook on a copy of your google sheet and the rows seem to be added without empty lines.
I can possibly help you debug it, but I’d need some more information about this. Do you run the playbook with the same settings when getting empty rows? Your playbook looks good, the only place I’d question is the duplicated input for the AI prompt:
Hey Victoria, thanks for the response and having a look! yes its still adding empty lines.
I run the playbook with the same settings every time and always get the sae empty rows? i had this with other versions of scraping this website too, so perhaps it has something to do with the website. Im not running into this issue with other website scraper to date. Let me know if you are able to figure it out, i wasnt.
It appears that the first row is blank because the first row is blank here. We probably need to update your container on the scraper to grab only the values you’re looking for. Let me trial/error on my end here, and I’ll give you an update.