Identifying current data in DataTable

Neil Egsgard
Neil Egsgard ✭✭✭✭✭
edited 08/07/24 in Add Ons and Integrations

Does anyone have a good way to identify good records in DataTable?

DataTables can be updated from an external data source using Data Shuttle but there is no way to automatically remove DataTable records that are no longer in the source data. This means DataTables will contain bad data.

My current workaround is to include a "Record date" in the source data and use the DataTable Connection filter to isolate records with the appropriate "Record date". Unfortunately, Smartsheet system dates are not synched to local dates so there will be a mismatch between the "Record date" and the Smartsheet system date. This means the DataTable Connection will likely delete valid records from sheets each day during the date mismatch including deleting all record enrichments like comments and user update fields. A solution is to include an additional day in the DataTable Connection filter, which means the sheets will include invalid data.

Fixing the DataTable data quality problem has been requested in these Ideas.

@Genevieve P.

Answers