Alert Composer – learnerLearningRecords not returning Event voluntary enrollments (0 records fetched
Hi Community,
I am working on an Oracle Learning Cloud Alert Composer requirement to send an email notification to learners who are enrolled in an Event (ILT/In-Person) through a Voluntary assignment on the same day.
Alert Configuration
Resource:learnerLearningRecords
Filter Expression:${learningItemType} = 'ORA_EVENT' AND ${assignmentType} = 'ORA_VOLUNTARY' AND ${assignedDate} >= ${AlertFilterUtils.getCurrentDate()} AND ${assignedDate} < ${AlertFilterUtils.addDays(AlertFilterUtils.getCurrentDate(),1)}
Test Data
Event Details
Event Name: Testing Event Voluntary Case
Learning Type: Event
Learning Format: In-Person
Learners
Learner A → Assignment Type = Voluntary
Learner B → Assignment Type = Required
Both learners are assigned and visible in the event enrollment page.
Issue
When the alert is executed in Simulation mode, no notifications are generated.