I presume there is a simple answer for this but I can’t find it anywhere in the documentation. Would someone please steer me toward the correct thread (documentation). That would be greatly appreciated.
How do you mean by schedule a query. You can do an external endpoint using http-functions.js file that you can call using an external system like Zapier or some Cron Job site. Then that external system will call your function in Wix and the query you run inside that function will be executed on schedule.
Read more about http functions here
I’ve used a couple of http functions, I am trying to figure out how to trigger a query at midnight every day central european time so I don’t have to do so manually. I thought there might be a function within wix that I could set up to do this work for me, but I guess there isn’t. I am still learning how to do the stuff, so we shall see. any documentation (in as plain english as you know) that you can route me to, would be appreciated.