Solved
Forum Discussion
Parshant
6 years agoBoss
You custom page title key will be something like this:
page.custom_page_name.title = Page Title
So your value should be similar to
page.custom_page_name.title = {0} Labels
and your dynamic value will be passed using:
page.custom_page_name.title = {0} Labels
<#assign Pagetitle = text.format("page.custom_page_name.title",value1) />
Lindsey
6 years agoLeader
This did not work. Now the browser tab just appears as {0} labels. I do have the logic for which labels are selected in an endpoint though, so maybe that is why it is not working