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

Hello,
You can use the Action Scheduler component which can run a specific action every XX seconds.

It worked. Thankyou so much.

1 Like