API Response Blocking/Non-Blocking not working at all

Troubleshooting

Hi,

i am fetching my database to retrieve some data. After that i have a custom action to do something with the fetched data.

The problem is, even its await/blocking the next action is starting to run with empty result from the previous API fetch.

Even i say Succeeded, Status Code = 200, Raw Body != empty, Body != empty etc. its still not waiting for the result. Its just ignoring and continue to the next action. Wtf is that, XD

So how i can make it in the actions "await"?

Thanks

What have you tried so far?

Even i say Succeeded, Status Code = 200, Raw Body != empty, Body != empty etc. its still not waiting for the result. Its just ignoring and continue to the next action.

Also if i make a loop to check the body/raw body/status, still not working

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