Forum Discussion
3 Replies
- dmillerFormer Employee
Do you have Null-safe access selected in the Mapper?
- delContributor III
Outside of Null-safe access for the overall mapper, if you need field level handling, you might look at the object get() method with further guidance at this community post
- keerthi_maduruNew Contributor II
$.get(‘value’) worked for me. Thanks!