I am attempting to import data from website using the google sheet importxml function:
=IMPORTXML("https://decksofkeyforge.com/decks?title=Rych%C5%82y%20Mag","//div[@class='MuiTypography-root MuiTypography-h3']")
I am trying to get the sas raitng, one number circled on the image: 54
Unfortunetely, the function returns error. It is my first time using it and I would like to ask if i am doing something wrong. Thanks!