|
From: Krzysztof B. <kb...@un...> - 2022-12-12 14:18:35
|
Hi Sander,
W dniu 12.12.2022 o 07:04, Sander Apweiler pisze:
> Good Morniing Krzysztof,
> we tried "Invitation to ${formName}" in the invitation with code. We
> tried with and without the ". It worked when we set it in the UI, but
> loading from the config files, unity had an error because variable
> formName was unknown.
Yes, this is because there are config-file variables which are resolved
by file configuration processor. To workaround clashes (so that ${}
variable is tried to be expanded by configuration file processor) you
can use alternative form of template variable marking, which is
{{YOUR_VAR_NAME}}
HTH,
Krzysztof
|