Is there an easier way to update an entity only when there is an actual data change? Now I get spammed with subscription updates every time I execute an upsert event even when there are no actual changes, suggestions?
Wendell Misiedjan
03/12/2019, 2:17 PM
I now query the enitity first, manually check every field if it's updated and update that field, for dates I have to check if the dates are the same using an external library because the input format might vary, but the dates might still be the same