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
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.