We added a new block Wait Async Calls to the backend logic. The block is designed to improve asynchronous call handling in business processes by waiting for the completion of all previous async calls.
Before this block, the only workaround was to create a global variable and implement complex logic to handle waiting for completion manually.
Once we gather more feedback and use cases, we will add similar blocks to web and mobile applications.