Solved
Forum Discussion
darrenSP
8 years agoMentor
If you want to test in studio do something like this
(env.context.message.id)!'19'
That way if env.context.message is null, it wil set it to whatever you want (my example is 19.
env variables work respective to page. This variable is not for studio. It will work on forum topic page without any error. Please include this component in forum topic page or forum message page.
If you want to test in studio do something like this
(env.context.message.id)!'19'
That way if env.context.message is null, it wil set it to whatever you want (my example is 19.