Hi,
I want to setup Config variables like this and later use it in send outlook message activity:
Can you help me with syntax in Config?
Thx and kind regards,
Vanja
Hi,
I want to setup Config variables like this and later use it in send outlook message activity:
Can you help me with syntax in Config?
Thx and kind regards,
Vanja
Hi @VanjaV
Try this
ErrorMailBegin=Config("str_ErrorMailBegin").ToString
ErrorMailEnd=Config("str_ErrorMailEnd").ToString
Hi @VanjaV
I think this can be done using the assing activity. Have you tried assigning a variable from the Config file with the assing activity?
@lrtetala
I did and I got this in the received Mail:
I need instructions for
How about the following?
Input.Replace("<first line of e mail>",vbCrLf).Replace("<Last line of emaIL>",vbCrLf).Replace("str_ProcessName",str_ProcessName).Replace("datetime.now.tostring(""dd.mm.yyyy"")",DateTime)
@lrtetala
Thank you.
I want my eMail Body to look like this: