Hi I am reading a excelsheet and using create HTML Content in this i have used read range variable and getting output in mail but in output i am no gettings headrers row
Hi @Kuldeep_Pandey ,
You can see similar topic
Hi,
As a workaround, can you try as the following?
[image]
dr = dt.NewRow
dr.ItemArray = dt.Columns.Cast(Of DataColumn).Select(Function(dc) dc.ColumnName).ToArray
Then call dt.Rows.InsertAt(dr,0) using InvokeMethod activity
note: This assume all the column type are string or object.
Regards,
ppr
(Peter Preuss)
September 20, 2023, 9:08am
3
One of some more feedback reports
Hi,
I have a data table that I have entered into the html content editor. I am drafting the data table into outlook. However, my data table doesn’´t include header. How can include the header when it gets drafted in outlook?
[image]
Left column is Name and right column is Date of Birth. However, the header wasn’´t included.
Feel free to add your case as well