Learn Alert Composer: links to join session and download invite behind a text rather than in the msg
Summary:
When trying to embed the following tokens ${learnerLearningRecords.completionDetails.addToCalendarLink}
and ${learnerLearningRecords.completionDetails.activityAttemptDeepLink} or ${learnerLearningRecords.completionDetails.activityAttemptEmbedLink}
behind a text ("Download Catalogue Invite" and "Join the Session") I always get NULL value. They work fine if I introduce them into the text, but then the appear to end users as long links.
In sum
assignmentDetailsEmbedLink resolves correctly behind text, but the completionDetails tokens return NULL in the same position. So the ask is embed variants of addToCalendarLink and virtualClassroomJoinLink
${learnerLearningRecords.completionDetails.activityAttemptDeepLink}- null
${learnerLearningRecords.completionDetails.activityAttemptEmbedLink} - null
I've very appreciate help in getting them appear as deep links.