Hello,
I would like to ask you if there is any possibility to use variables inside Wysiwyg field.
I am trying to fill Wysiwyg via workflow with some variable/attribute we have in our project + some formatting, I tried pretty much everything that I know from other languages like:
testWysiwyg = <p>variableName</p> or testWysiwyg = <p>$variableName</p> or testWysiwyg = <p>{variableName}</p> and a lot of other syntaxes.
However, none of the above is working and I was not able to find any info about this topic.
Thanks a lot in advance!
I would like to ask you if there is any possibility to use variables inside Wysiwyg field.
I am trying to fill Wysiwyg via workflow with some variable/attribute we have in our project + some formatting, I tried pretty much everything that I know from other languages like:
testWysiwyg = <p>variableName</p> or testWysiwyg = <p>$variableName</p> or testWysiwyg = <p>{variableName}</p> and a lot of other syntaxes.
However, none of the above is working and I was not able to find any info about this topic.
Thanks a lot in advance!
Comment