Skip to main content

I’ve got variable strings where I need to display a portion of the string as a link, or bold. Normally I would just be able to select the text and style accordingly, but doing so with a variable string breaks the link to the variable.


I could break the string up into various parts, stylizing the individual parts as needed, but when you are dealing with a paragraph of text it would be impossible to keep the various parts reading like a paragraph (unbroken) as string lengths change, and then I am also dealing with translations/localization which moves parts around.

Hey Jason, thank you for reaching out! Could you share more info on your issue? Screen recordings or screen shots would be helpful to raise this internally.


If you have a string with a link like Click here to continue. There is no way to have it in a variable and show it in the design with the link instead of with the html code (or bold effect, etc…) that breaks the idea of using variables for international products because if you have to split the string in multiple pieces like: Variable1= “Click” variable2=“here”, variable3=“to continue.” that makes it impossible to have a smooth transition to other languages. Does it make sense?


“This is a string with bold text”… it’s not possible today to achieve this with a variable string. It would be nice if we had the ability to use markdown or something in a variable string, and have it reflect the text accordingly.


Markdown support has now been added to annotations and descriptions, hopeful it will come to variables.


Reply