Hi Team,I have a use case to refresh the grid based on data inputs by the user. I have a text field in which user enters a id. In the grid field data parameter I'm using a!recorddata along with a!queryfilter for filters. In a!query filter I'm using that local!id, every time user changes the value of id field, the grid needs to show updated data. I tried with refreshonreferencedvarchange but its not refreshing.any suggestions or solutions pls.Thanks,Navin
Discussion posts and replies are publicly visible
Did you try "refreshOnVarChange" on the grid level?
yes. I found the issue now, one of the expression rule used in that query filter uses load(), I changed to localvariables now its working.