Hello Guys,
I managed to implement the recursion, but the solution still doesn’t work, and all because the data source is an external API. I’ll try to bring more details.
My first step is to connect to an API through the API Connector. With the return from this API I create data in the DB.

The whole problem is in the asynchronous processing, because when calling the recursion the data has not yet been created in the database. This way I still have the same problem.
If I put the action in 2 buttons on the screen it would work, that is:
- step 1: search data and save
- step 2: process the data
But I need everything to be done only once.
Basicly, the step 5 occur before the step 3 is done and is incredible, but not works put a delay in schedule.
Sorry if I’m complicating something simple or if I’m not making myself clear.
I hope you can help me.