I'm trying to use the importxml function on Google Sheets on this page:
https://www.attheraces.com/racecard/Ayr/15-February-2022/1320Essentially I want to import the "Forecast" bit that's down the page a little. I have been using this formula:
=importxml("https://www.attheraces.com/racecard/Ayr/15-February-2022/1320", "//*[@id="forecast"]/p[2]/strong")here is a picture of the developer tools:
I assumed that I could just copy the XPath and add it to my URL, but it doesn't appear to be working.
Any help is appreciated.
