Send arguments in Outlook email body

Hi,

I would like to send variables from my workflow into the Body property of an email of an Send Outlook Mail Message activity. I have tried the following in an html which does not compile:

Test: App1 Healthy: " + boolApp1Healthy.ToString + " App2 Healthy: " + BoolApp2Healthy.ToString + "

Is this possible?

Thanks

Hi,

It is possible. Try to include below line in body field.

"App1 Healthy: " + boolApp1Healthy.ToString + " App2 Healthy: " + BoolApp2Healthy.ToString

Please share your workflow if this does not work.

Regards,
Rahamat

Hi Rahamtullah,

Is it possible to take parameters from Email?

For Example :

Subject line : Cut Off for drop R3750.2.3 || SR#23000

Can I pass R3750.2.3 and SR#23000 to my tasks done by the robot?

Thanks rahamtullah! this works.