posted
25 March 2020
Hey, how do we see a log of modified rows / changes in prior syncs?
Thanks!
Hey, how do we see a log of modified rows / changes in prior syncs?
Thanks!
Hello Marcus,
Currently, it is possible to download an error log file with failed rows and see the number of added/updated/deleted rows only (without the possibility to download CSV files with the results).
We are working on improving the given functionality and contact you when any results are available.
To see the last changes after synchronization or replication you can try, for example, using the 'ModifiedDate' or 'CreatedDate' column. E.g. execute such queries in Skyvia Query tool:
SELECT t.* FROM Account AS t ORDER BY t.CreatedDate DESC
Best regards,
Mariia