After related action in report it refresh only 5 data in grid.suppose i have 16 row in grid after record action it reflects change in 5 rows only for all row i need to refresh manually. suggest some resolution for that.data is comming from data store entity.
Discussion posts and replies are publicly visible
Below two steps needs to be followed to get the data automatically without refresh or user action. 1. Are you chaining through the write to Data Store node in your process model? So that the process will act as Synchronous flow. 2. Check your local variables configured as a refresh variables to refresh after RECORD_ACTION?