Get a page to auto reload every two minutes

Hi, the situation:

I have a page that calls an API when page is loaded and then displays API data on page. I would like a popup to happen ~2 mins after data is displayed and recall the API because the data is time sensitive.

Anyone know how to do this?

Same concept as with the SQL Connector: [Help Needed] SQL Database Connector - Cant Refresh - #2 by christo1

There’s an action in workflows called “When Page is Loaded”. I think you should do the following using that action:

  1. Create a Page Reload custom event
  2. Create another Custom Event with “Pause Before Next Action” and set it to 2 minutes.
  3. Create another workflow: When Page is Loaded → Action 1 should be Pause Event, Action 2 Page Reload.

Hope this helps :fist:


Twitter: @bestbubbledev
Youtube: Best bubble developer
LinkedIn: Gio Kakhiani

1 Like

Awesome thank you I will check it out!