Solved
Forum Discussion
4 Replies
- Payal7 years agoDirector
bhakti - You can get the topic id from the following context object:
${page.context.thread.topicMessage.uniqueId}
Thanks!
Sign in to react to this post - bhakti7 years agoGuide
Hi Payal,
I have already tried this I am getting an error
The following has evaluated to null or missing:
==> page.context.thread.idI also tried following things:
${page.context.thread.topicMessage.id}${page.context.thread.message.id}but I am not getting expected result
Sign in to react to this post - Payal7 years agoDirector
bhakti - Can you please try this with Unique ID?
${page.context.thread.topicMessage.uniqueId}
Sign in to react to this post - bhakti7 years agoGuide
Thank you Payal
This works for me.
Sign in to react to this post