gsr
04/17/2023, 7:00 PMTim
04/17/2023, 7:03 PMnull="#!date(data['expirationdate'])#"
If expirationdate
does not exist in data
, you'll get that error, because you'll end up trying to run !date(undefined)
gsr
04/17/2023, 7:04 PMTim
04/17/2023, 7:05 PMnull="#!data.keyExists('expirationdate') || !IsDate(data['expirationdate'])#"
Tim
04/17/2023, 7:06 PMgsr
04/17/2023, 7:46 PMgsr
04/17/2023, 7:46 PM