Forum Discussion
4 Replies
Sort By
- Payal6 years agoDirector
bhakti - You can get the topic id from the following context object:
${page.context.thread.topicMessage.uniqueId}
Thanks!
- bhakti6 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
- Payal6 years agoDirector
bhakti - Can you please try this with Unique ID?
${page.context.thread.topicMessage.uniqueId}
- bhakti6 years agoGuide
Thank you Payal
This works for me.
Related Content
- 23 days ago
- 12 years ago
- 11 years ago