Hi Team,
I have a query to refresh the data in interface. The data gets updated through web api in cloud db. How to reflect this updated data in the interface without any refresh button. I am displaying the data through records in interface.
Discussion posts and replies are publicly visible
There is no way to actively "push" a UI refresh to a specific user.
But, does your user KNOW that there is new data coming in, and is he ACTIVELY waiting for it? Probably not. Then a simply automatic refresh should do it.