Hi,
when a file is generated (by using Document Generation action) and inside the file there is a variable after fullstop, then the value of variable is not transformed.
For example:
when I have a string variable like <<Variable_Year>> = 2022
and text in the template file is 01.01.<<Variable_Year>>
then the outcome in the generated file should be: 01.01.2022, instead I receive 01.01.<<Variable_Year>>
That only happens when a variable is placed after fullstop/dot.
Does anyone have a workaround for this?
Thanks!