Table format create in Email body

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)

  1. Call this in your workflow
  2. Pass the data table as an input argument to this workflow
  3. The output from this argument you can call in your email body
  4. 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

Picture2