Skip to main content
September 20, 2023
Solved

Auto refresh - Readonly grid

  • September 20, 2023
  • 3 replies
  • 0 views

Hi Team,

I would like to understand the refresh rate for a readonly grid. What all options are available to refrehs the data based on action completion or loading data etc

    Best answer by rishikeshr4182

    If you want to refresh the grid based on some record action performed, then you can user refreshAfter = "RECORD_ACTION" in side the grid.

    Else if you are preforming some other action then you can use a!refreshVariable function  and use refreshAfter on a local varible changing its value on any action performed. 

    3 replies

    anmolv0003
    September 20, 2023

    For refresh variable pls do read : Refresh Variable Behavior

    stefanhelzle0001
    Brainy
    September 20, 2023

    This is pretty well documented here: https://docs.appian.com/suite/help/23.3/Paging_Grid_Component.html#parameters

    Do you have any questions beyond that?

    rishikeshr4182
    September 20, 2023

    If you want to refresh the grid based on some record action performed, then you can user refreshAfter = "RECORD_ACTION" in side the grid.

    Else if you are preforming some other action then you can use a!refreshVariable function  and use refreshAfter on a local varible changing its value on any action performed.