=IMPORTXML("https://www.tradingview.com/chart/1BxJl0Xz/", "//body/div/div/div/div/div/table/tr[3]/td/div/div/div/div[1]/div[1]/div[3]/div/div/div")
Attempting to extract data from the above URL and import it into my Google Sheets, but encountering an error message stating that the imported content is empty. Does anyone know how to resolve this issue?
The path I used in my Google Sheet was obtained from the Chrome console.