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
The only fully hands-off way to do that is to set your local variable to refresh every X number of minutes (lowest being 0.5, or about every 30 seconds).
Hello Rahul009
if you are trying to avoid the click then I don't think there is any option other than refresh on variable.
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.