Can anyone tell me why this query works for an iterator event:
"memberID = " + record.recordID
but this one does not:
"memberID = " + record.recordID + " AND awardDateOfAward > " + record.values.memberCurrentAppointmentDate
I get a “found an illegal token” error when I add the date comparison.