11-20-2023 05:58 AM
11-21-2023 10:09 PM
Hi @Imran ,
Good day, a Diff snap might help look in the MODIFIED output
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438546/Diff
or
you can use some of the object/array methods to list all the key names that doesn't matches the value
e.g
$myObject.keys().filter((a,b,c)=> $myObject.get(a) != $baseObject.get(a)).join(',')
Thanks,
EmEm