Custom alert to learner: Reminder of upcoming instructor-led activities
Summary:
Hello, I have created an alert to be sent to the learner when there are upcoming instructor-led activities tomorrow, however it is not working. It runs fine but just doesn't pick up any of the test data I have created.
Content (please ensure you mask any confidential information):
These are the filters I am using:
Resource: learnerLearningRecords
${assignmentStatus} = 'ORA_ASSN_REC_ACTIVE'
${learningItemType} = 'ORA_COURSE'
Resource: learnerLearningRecords/primarySelectedCourseOffering
${assignmentStatus} = 'ORA_ASSN_REC_ACTIVE'
${offeringDeliveryMode} = 'ORA_ILT'
Resource: learnerLearningRecords/primarySelectedCourseOffering/completionDetails
${activityDate} <= ${AlertFilterUtils.addDays(AlertFilterUtils.getCurrentDate(),+3)}
${activityDate} >= ${AlertFilterUtils.addDays(AlertFilterUtils.getCurrentDate(),+2)}}
Please can anyone advise why this isn't working?
Version (include the version you are using, if applicable):