I'm getting an error:
imported content is empty
when I use importxml like this:
=IMPORTXML("https://pvpoke.com/rankings/all/1500/overall/","//div[@class='rankings-container clear']/div/div[2]/span[2]")
I've already tested my query in an Xpath helper and got the exact results I wanted. It's only when it get the data to google sheets, nothing works.

