How do I automatically update ListView based on API status changes in FlutterFlow ?

Actions & Logic

Hello everyone, I need some help please.

I have a listview where I built a card with the data to return from API Call, I am already able to access several data with API Call, now I need this listview for example every 10 seconds to check the "status" field if it changed its status as I describe in the image where the JSON response from API Call where the "status" field can be Status = S (Requested) or Status = C (Confirmed). In other words, if the "status" changes, the text widget needs to be changed from Requested with the orange color to Solicited with the green color.

What have you tried so far?

Tried to configure some actions with callback and wait (delay) but without success

Did you check FlutterFlow's Documentation for this topic?
No
1
2 replies