PASTE DATATABLE IN EMAIL BODY

DEAR FRIENDS,

How can I paste data table in email body
with this same Table Format

Could you anyone help me to write in html code
using Append line activity

Thanks in Advance
Abu

1 Like

image
image
image
image
image
image

@Abubakkar

Please find the below example for your reference.

DataTableToMail.zip (20.8 KB)

12 Likes

This code is working but the table format is collapsed

Thanks @lakshman,

It’s working fine now.

1 Like

How to write text in mail body ?

@Abubakkar,

Just pass required text in double quotes into body field option.

1 Like

Thanks @lakshman
image

Is that correct format ?
It’s not working

@Abubakkar,

For this no need of any HTML tag.

1 Like

yeah, working Thanks @lakshman,
If i want to move next line or need space
should I use / this symbol ?
image
for example Thanks & Regards enter my name

image

1 Like

@Abubakkar

You can use Environment.NewLine to go to next line.

If you want to do it using HTML then use Break tag.

        <br>
1 Like

I want to change color in that TOTAL row

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.