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?
There’s an action in workflows called “When Page is Loaded”. I think you should do the following using that action:
- Create a Page Reload custom event
- Create another Custom Event with “Pause Before Next Action” and set it to 2 minutes.
- Create another workflow: When Page is Loaded → Action 1 should be Pause Event, Action 2 Page Reload.
Hope this helps
Twitter: @bestbubbledev
Youtube: Best bubble developer
LinkedIn: Gio Kakhiani
1 Like
Awesome thank you I will check it out!