I’ve easy 3 step Workflow - 1. LoadData 2. TransformData 3. SaveData. The transformation is copying the loaded Datastructure and changing two attributes value (database fields) and saving the changed data. If there are more than one record in the loaded dataset, the merge step updates RecordUpdated
attribute only for the first record in the dataset. Subsequent records do not have the RecordUpdated
attribute set at all. I’m on 2024.7.0.3446. There was similar issue - RecordUpdated is not updated during data merge after transformation