Skip to main content
March 7, 2024
Question

Refresh Grid

  • March 7, 2024
  • 3 replies
  • 0 views

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.

    3 replies

    mikes0011
    Brainy
    March 7, 2024

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

    konduruc733182
    March 7, 2024

    Hello [mention:bb176b67c26c4e89b2173f39160c9f46:e9ed411860ed4f2ba0265705b8793d05] 

    if you are trying to avoid the click then I don't think there is any option other than refresh on variable.

    stefanhelzle0001
    March 8, 2024

    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.