I'm trying to get the "Daily APR" to be updated on my google sheet, the ImportXML works, but only returns the value from 3 days ago, i.e "0.31% Daily" whereas the rates are updated every so often. (most recent is 0.2x%)
https://autofarm.network/bsc/281/
this was the ImportXML that works
=IMPORTXML("https://autofarm.network/bsc/281/","/html/body/div[1]/div[1]/div[3]/div[1]/div/div/div[2]/div[2]/div[1]/div[2]/div[3]")
Does anyone have any idea how to get the ImportXML to return me the most recent value and not the original value from when i scraped it 3 days ago?