Refresh Data and Refres Action Data Action asynchronous
301
Views
5
Comments
New
Aggregates & Queries

When we are developing in Reactive, if we have several data aggregates or data actions in the page, at start this data actions will launch in parallel, not delaying the rendering of the page. 

But when we refresh the data on an action flow, the flow doesn't continues until the data is fetched. 

It would be great to have an option to modify that behavour, because sometimes we dind't need to wait for the data to get fetched to continue with the flow, sometimes we only refresh data to update something on the screen

Liked the Idea.  

I agree, I would imagine maybe just a parameter on a refreshnode "IsAsync", default False will keep all existing software work as before.

There are workarounds, like this one : https://johnalvinsalamat.medium.com/asynchronous-data-refresh-in-outsystems-4e8b25645a4c

Excelente ideia.

Great Idea

perfect idea  "Refresh Data" and "Refresh Action Data" asynchronous. It would improve app performance by preventing unnecessary wait times during data refresh operations. Making these actions asynchronous would allow for smoother user experiences, especially in data-heavy applications, without blocking the UI. This would help developers create more efficient and responsive apps in OutSystems.



his is an excellent idea! Making the data refresh and action refresh asynchronous will significantly improve performance and user experience. By allowing these processes to run in the background, users can continue working without unnecessary delays.

 It also helps in optimizing the system's responsiveness, especially when dealing with large datasets or complex operations. This approach will undoubtedly boost efficiency and overall user satisfaction