Hi Team,
Sometimes, the data was not available on UI and it is available on DB.
What could be the scenarios, would this be a performance issue?
Discussion posts and replies are publicly visible
Definitely looks like a data sync issue.
Likely, you have something writing directly to the database that doesn't subsequently sync.
Are you using the Stored Procedure or Query Database Smart Service by any chance?
https://docs.appian.com/suite/help/23.4/Query_Database_Smart_Service.html
Another doubt, if we use "Delete from data store entity", then how it the possibility of record sync
It Syncs Automatically
Quick suggestion. If you are writing the data using write to DSE and getting data from records, why not to use write records and delete records directly?