Hi,
We have a database table where data gets dumped in a regular interval by a ETL job. We are using database Backed record with synced functionalities. Now, we need to sync/import newly inserted data to record in a regular interval, but FULL SYNC cannot be done automatically (more than once a day). Is there any way to get those new data in Record?
Discussion posts and replies are publicly visible
Is this what you are looking for? https://docs.appian.com/suite/help/22.4/records-data-sync.html#sync-changed-data
Hi Stefan,
In order to use 'Sync Record' function/smart service, I need to specify the record identifiers. I am looking for a way that the Record syncs newly inserted data in the database table.
How does it know it's newly inserted? If you can query the data first to identify the new records (modified date? create date?) you can feed the identifiers to syncRecords (up to 1000).