ContributionsMost RecentMost LikesSolutionsRe: '$value' is undefined, was not found while evaluating the sub-expression $.get(‘value’) worked for me. Thanks! '$value' is undefined, was not found while evaluating the sub-expression Sometimes I get the $value from third party application and sometimes I don’t get based on the filtering, so when I don’t get the $value field from third party application I’m getting this error in mapper : $value was not found while evaluating the sub-expression “failure”: "$value is undefined. How can we fix this? Any suggestions would be helpful. Re: Fixing warnings of toLocaleDateTimeString() Removing quotes worked. Thanks! Fixing warnings of toLocaleDateTimeString() We are getting this Warning:Date.toLocaleDateTimeString() arguments Resolution:Use an object-literal to pass extra arguments to toLocaleDateTimeString(), when we are using this statement - Date.parse(XXX).toLocaleDateTimeString(‘{“timeZone”:“America/Phoenix”, “format”:“yyyyMMddHHmm”}’). Please let me know your thoughts on this.