Group alerts for ILT Offering activities with start and end details
Summary:
Content (required):
Hi there,
I use this digest successfully to get a table with all the learning items that are pending for a learner
Group by
${learnerLearningRecords.assignedToId}
${AlertUtils.write("<table border=\"1\"><tr><th>Course name</th> <th>Assigned by</th> <th>Assigned On</th> <th>Due Date</th></tr>")} ${AlertUtils.loop('learnerLearningRecords','<tr><td>${learningItemTitle}</td><td>${assignerDisplayName}</td><td>${AlertUtils.formatDate(assignmentCreatedDate,\'dd-MMM-yyyy\')}</td><td>${AlertUtils.formatDate(assignmentDueDate,\'dd-MMM-yyyy\')}</td></tr>')} ${AlertUtils.write("</table>")}
It gives something like
I want to have something similar for ILT offering activities with link to join. A table that would look something like that.