Parameters

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]Important
  1. Remember that escape sequences are always resolved as soon as they are assigned to parameters. For this reason, if you want that they are not resolved, type double backslashes in these strings instead of single ones.

  2. Remember also that you can get the values of environment variables using parameters. To learn how to do it, see Environment Variables.