Forum Discussion
del
8 years agoContributor 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_maduru8 years agoNew Contributor II
$.get(‘value’) worked for me. Thanks!