Hi @PALKUMARI_PATEL - Since the data is in data table, you just have to pass that data as a table in an email, you can do this with the below workflow
DataTableToHtml.xaml (13.2 KB)
- Call this in your workflow
- Pass the data table as an input argument to this workflow
- The output from this argument you can call in your email body
- I’m assuming you’re using Send SMTP Mail Message activity to send an email, if so make sure you check Is Body HTML option
