Hi all,
We need to call one of our api’s to refresh data on the front-end every 60 seconds.
The app is Node.
What would be the most reliable way to do this in Wappler?
Thanks
Hi all,
We need to call one of our api’s to refresh data on the front-end every 60 seconds.
The app is Node.
What would be the most reliable way to do this in Wappler?
Thanks
Use the action scheduler on your page to do this on the front end.
This is what I was looking for, but for some reason I couldn’t find it (until I searched just now the actual name of it) - perfect, thank you.
Most reliable would be native JS function setInterval.
AppConnect's scheduler changes duration by a few ms.