Performing actions in loop with time constraint

I want to make a loop on some of my actions. These actions are basically API calls from client side. I want to put a loop on these APIs that run this API after every 2 minutes when app is online. I have used a browser component for this ‘when online run this API’. But it only run once, how to add loop on it?

image

Community Page
Last updated: