I'm getting the following error because the record.forValue is empty. Is there an easy way to make the code ignore the display command if the value is empty/null? Thank you.
TypeError: ejs:897 895| 896|
897| <%= record.formValues.find('objective_or_assignment4').displayValue %> 898|
899| 900| Cannot read properties of undefined (reading 'displayValue')