Is there a command that would return all rows that have changed values and maybe which fields from the original Source Data were changed for each row?
Thanks
Is there a command that would return all rows that have changed values and maybe which fields from the original Source Data were changed for each row?
Thanks
we do not have a function that will send you a whole changed array. However, you can use an afterChange
hook to get all the changes or compare two arrays of data (the one loaded on start and the end result).