Since the version 2.8.0 of CloudConnect, you can also use CTL expressions in parameters and other places of CloudConnect. Such CTL expressions can use any possibilities of CTL language. However, these CTL expressions must be surrounded by back quotes.
For example, if you define a parameter
TODAY="`today()`"
and use it in your CTL codes,
such ${TODAY}
expression will be resolved to the
current day.
If you want to display a back quote as is, you must use this
back quote preceded by back slash as follows:
\`
.
Important | |
---|---|
CTL1 version is used in such expressions. |