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