How do I copy this table from the Excel:
And paste it onto a Outlook Email like this
Complete with it’s formatting of the table.
How do I copy this table from the Excel:
there is no direct copy paste using traditional email activities..it is recommended to use create html content to create a table like you need
ui automation is not recommended here
cheeers
Hello @RobinsonFrancis Create a HTML tags for the table you need then in the properties of outlook activity check isbodyhtml or ishtml to send the data in the tabular format in the body.
Cheers
You will have to write HTMl code to generate table and while using send mail command , select Body as HTMl and pass your html code variable
Please follow below approach:
Hope this helps.
Regards
Sonali