Need to refresh data every 1 minute (front end). What would be best practise way to do this with Wappler?

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.

1 Like

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.

1 Like

Most reliable would be native JS function setInterval.
AppConnect's scheduler changes duration by a few ms.