Course Thumbnails Not Displaying in Alerts After Switching to learningRecordsCurrent API
After migrating alert templates from learnerLearningRecords to learningRecordsCurrent, course thumbnails stopped rendering in both emails and Alert History. Cover art shows on Me > Learning, so the content exists; the failure seems specific to the alert rendering context or returned URL in the new API.
Code snippet for What Worked Before (Old API): learnerLearningRecords <img src="${learningItemThumbnailLink}" width="175" height="120" alt="${learnerLearningRecords.learningItemCoverArtLink}">
Code snippet which is currently not working (New API) :
<img src="${learningRecordsCurrent.learningRecordAdditionalDetails.learningItemThumbnailLink}"
width="175" height="110"
alt="${learningRecordsCurrent.learningRecordAdditionalDetails.learningItemCoverArtLink}">