I have been trying to send a mail using outlook send email activity, although my body and subject has some string value, when the mail gets sent, the subject and the body in the received mail is empty. I checked it by debugging the workflow to confirm if the value was getting empty at any point of time, but no. The value for subject and body is still there when the “send outlook email” activity is run, although after the mail gets sent, the received email will not have the value, rather it will show as empty body and “no subject”.
Same issue happens with “Send exchange email” activity
@clinton I guess those are the argument values which are being passed, so can you check if there are any variables with the same name as that of the arguments, if present, remove that and check again.
I checked, There are no variables with the same name as the arguments. even tried with hard coded values the body and subject seems to be coming as empty each time