I checked the issue and found out the following. Tripadvisor website requires building a scraper with custom CSS selectors since the site’s structure cannot be picked up by scraper builder automatically.
That is why I think you are seeing empty rows for the timestamp field. Our official scraper models for Tripadvisor are already configured with custom CSS selectors and I cannot replicate the issue there. I suggest you build your custom scraper by adjusting one of our official scrapers instead of building from scratch. That should help you get rid of the issue.
Jess, if you cannot access the shared playbook, could you please try updating your Bardeen version?
Let us know if you have any other questions!
Victoria
Thank you so much for your help. Since I can’t properly format the timestamp to my desired format (dd/mm/yyyy), I adjusted my Playbook to ask me the scraping date so I can manually input it.
If you’ve got a better solution, I’ll be glad to know.
@cxm There is a better solution - use the “Get Current time” action and map the result of that action probably the “.Formatted (Local Date)” option to the google sheet row.
@Bardeeni - I’m still not able to edit the shared playbook after updating Bardeen. It says only the owner can edit/modify and only gives me the new version of the builder which appears to have less capabilities.