Hello Community, I am using record grid as landing page on site along with record action of create Record. After successfully creating record through the action it is going back to the Grid but is it taking sometime to refresh and show the updated grid. I have updated the refresh interval to 30 seconds which is the least in the options. Is there any solution to automatically refresh the grid after record action or set the refresh interval to least time(5 to 10 sec).
Discussion posts and replies are publicly visible
Hello parikshitd0001
Are you using any local variable with a expression in it for your grid data? If so please use a!recordData() in the data parameter of your grid or pass the record if no filters are applicable and follow what Harshit has mentioned.