Sending email

Hi,
How can I send multiple variables values in the body of email. For eg, if i have a serviceIn string variable “body”, can I hardcode multiple variables in this string?

Thanks

You can use “variable substitution” when setting this parameter value. For instance, in the Flow Map Set:

my body contains %variable1% and %variable2%.

You can also use the pub.report services which allow you to apply a template to the pipeline, so you can format data with %loop% and all the other stuff in the ISDSP&TemplateGuide.