I would like to pull from an external data source that returns CSV records through an HTTP call, and put them into a collection that I can link to page elements.
I saw on another post from 18 months ago that background tasks were about to be released. Did that happen? I need this:
Once an hour, call the external HTTP CSV source, parse it, and put it into an existing collection.
On my Wix page, connect a data element to that collection like normal.
FYI this is to pull current temperature and wind data from a USDA station that is close to our ski area and display it on our ski area’s website header. I don’t want to do that pull on every website access or the USDA site will lock us out. Hourly should be fine.