The parameters can be used in CloudConnect transformation language in
the following way: ${nameOfTheParameter}
. If you
want such a parameter is considered a string data type, you must
surround it by single or double quotes like this:
'${nameOfTheParameter}'
or
"${nameOfTheParameter}"
.
Important | |
---|---|
|