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
Discussion posts and replies are publicly visible
For refresh variable pls do read : Refresh Variable Behavior
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?
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.