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
You can achieve it in two steps.
where is refresh configurations apart from this configuration?
You can use sync record smart service in the same process model which you are triggering in record action. It will help you to solve the problem.
okay but i didn't find this option in exsisting record
it is not in the record. It is under process model. It is a smart service which you can use.
OR
You can try the point number 1 which Harshit mentioned. use activity chaining till the first insertion.
Sync Records Smart Service - Appian 22.3
Running Sync Records doesn't make sense here as Appian automatically takes care of it.
Oh Yes, the source is not out of the Appian, In this case, we can set the refresh interval to 30 seconds. Will it work? Because users has to wait for max of 30 seconds to get the updated record.