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).