Hello FlutterFlow community!
I’m trying to set up a loop in FlutterFlow that calls an API every second, but I’m not entirely sure how to configure the Loop Action and set the correct interval for it. I’ve already created an API in FlutterFlow, and I want to repeat the API call at a specific interval (every second).
Here’s what I want to achieve:
The API should be triggered every second.
I want to use the built-in Loop Action available in the FlutterFlow Action window.
I’m unsure how to set the Repeat Frequency for 1 second (or any interval).
Optionally, if there is a way to stop the loop after a certain condition, I’d like to know how to do that as well.
Can someone guide me on how to set this up correctly?