Closed WilcoHendriksen closed 6 months ago
Thanks @WilcoHendriksen. I have analysed it and it was not in the CreateFakeRecordForDeletedAction function (I refactored it also with this PR). But when you deleted multiple records it was only exported it once. There was no findset in the repeater.
version: "24.24.0.0"
Reproduction: step 1: Add 2 or more new customers step 2: Export data step 3: Delete the 2 new customers (they are in ADLSE Deleted Record table, see image) step 4: Export data step 5: The storage account only has 1 deleted record
` FixDeletedRecordThatAreInTable(ADLSEDeletedRecord);
` EntityCount := Format(ADLSEDeletedRecord.Count()); is correct, but CreateFakeRecordForDeletedAction is only called once... so i'm not sure what is wrong here.
I saw "FixDeletedRecordThatAreInTable" was added at some point. If we comment it out it works again. Maybe issue #110 is related.