Null-checking
${candidate.firstName?:""}${ condition ? true : false}Test
Result
${candidate.firstName?:"[NO DATA]"}// Some codeLast updated
Was this helpful?
${candidate.firstName?:""}${ condition ? true : false}${candidate.firstName?:"[NO DATA]"}// Some codeLast updated
Was this helpful?
Was this helpful?