'Dynamics CRM dataverse RetrieveEntityChangesRequest records created and deleted between delta

I have been playing around with RetrieveEntityChangesRequest to get all entities new or updated or deleted between runs passing in the delta token created at the end of the previous run. The missing logic though is around records that are created and then deleted between runs. They show up in the list of deleted entity references, but their entity values dont show in the new or updated entity list.

Is there any way to get access to the values for the entity record for these records?

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source