Aaron Lozier
04/10/2024, 4:46 PMgetInputData()
will get logged as expected - however the job will end with a status of "Complete" whereas I believe before it would show "Failed." (Not 100% sure, but pretty sure). An error thrown in the map()
and I believe reduce()
methods, however, will not be logged, and again the execution will simply show as complete. (I have verified this by simply implementing map()
as function map(context) { throw new Error('Error in map'); }
2. There is an issue with filenames in Contact records that I am still desperately trying to solve. It seems if you have a file "name" (unclear if this is the filename or the file name, if that distinction makes sense) that does not contain an extension, you can no longer save the contact record without removing that image and re-adding it with an extension in the filename/file name)Shawn Talbert
04/10/2024, 4:53 PMAnthony OConnor
04/10/2024, 4:53 PMAaron Lozier
04/10/2024, 4:59 PM