First, in the project that I am working currently we do not use the record sync, I have a case when I perform an action even though I am using the refreshVariable function and also activity chaining in process models, the interface is not refreshed without refreshing it manually. What can be the problem?
Discussion posts and replies are publicly visible
How are you refreshinf your interface? COuld you share your code? Appian is a little bit special in this aspect (refresh interfaces)
blerinadurguti said: am working currently we do not use the record sync
What is the Record Source? Or Is the Sync Disabled?
The sync is disabled
Then you will either have to have a separate button on the interface to refresh the local variable by refresh on referenced var change or it would be a screen refresh. Since the feature are disabled. At least this is what I am aware of. Because you are fetching your data in a local variable and it needs to refresh to get the updated data.
Is the CMS_qe_getViewallDraftsByCriteria and expression rule or an interface?
Did you try with refreshInterval in order to check if it works?
Would need to see the contents of that query rule as well as the interface calling it.