I have some strange edge cases where there may be old values on a Shopify model. But the Shopify updated at is the latest value (updated).
So the nightly sync only seem to check for newer ones so in one cases had for example the old ”title” that was updated one year ago..
I can see the logic that its not a bug on the sync but its not doing what we think and hence in our case have a huge negative effect. We might need a different sync
In the other hand.. its hard to debug why it only saved the update at but not the ”title”.
Do Gadget save that before action update? Maybe it crashed somehow.. and think its updated dont have a timestamp in the near past sadly.