Hi Everyone,
I need to send an email for all the records of result sheet which are failed or gave exception in the mail body with the record name / id.
Thanks!
Hi Everyone,
I need to send an email for all the records of result sheet which are failed or gave exception in the mail body with the record name / id.
Thanks!
You can construct the body of the email with string manipulations and then add to the body of the email.
In the send email activity, you can set the subject, body and other mandatory fields.
Ref -
Regards,
Karthik Byggari
Thanks Karthik, But I need to send a table into the tabular format in the mail. Do you have any idea how to achieve that.
Regards
You can use the html format and use tags TH, TR and TD to build the table.
You can find the sample code here -
Regards,
Karthik Byggari
Thanks Kathik