My IMPORTHTML in google sheets to pull in the table from this website keeps erroring out.
=IMPORTHTML("https://www.nasdaq.com/market-activity/stocks/fsly/historical","table",1)
The document.querySelectorAll("table")
shows "0" as the table node but that doesn't appear to be a correct index number in the formula.
I tried a table reference number of 0,1,2,3 but still errors out. I want to pull the full table history from the NASDAQ price page https://www.nasdaq.com/market-activity/stocks/fsly/historical.