Sending an Excel Table with SMTP Mail Message Activity

Hi,

image

I have a datatable like above. I’m trying to send this in a mail body. I have to convert this dt to HTML code. I checked other topics and I couldn’t figure it out.

I don’t know anything about html. I can’t use package/library for this. Can you give me any tips?

@ercanebiler Please check below xaml file and modify according to your need.

Test.xaml (16.5 KB)

DataTableToHtmlText.xaml (14.5 KB)

Please pass your datatable. It will return HTML TEXT.

1 Like

@Manjuts90 Thank you so much! After edit that worked!

@kadiravan_kalidoss Thanks for your answer too!

1 Like

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