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.
I think we need a lot more context on what your data looks like - how are you getting the data for your grid? Your screenshot above shows the record list but your text says you're using a report - can you clarify where you are using this data? Also is this a synced record type or non-synced?
In general I agree with Harshit that those two steps are required, but the setup of your interface will determine where you should configure those properties.
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?