I need the first line to match the second line (ie. not bold, and not centered). Alternatively, I would rather the first row actually include the names shown above (Employee ID, etc) instead of the first filtered data record. I cannot find the proper combination of settings to make this work.
What is the source of datatable - Prepayspclaimlist?
Also, what filter are you applying?
I assume you are reading datatable from excel before filter activity,if yes, please check property “add headers” that will read first header line as headers and not first line of data as headers.
The source is an Excel Spreadsheet, using the ‘Read Range’ activity. Here is that activity. I have the option ‘Has Headers’, which is checked. I do not see an option anywhere to check ‘add headers’. The ‘Read Range’ activity is inside a ‘For Each Row in Data Table’ activity.
I should add that the resulting table is being displayed in HTML format.. I do not think that is relevant; I should be able to generate the proper format initially.
I am inside a loop because we are executing multiple ‘filter data table’ activities for each of the employees. Here is surrounding workflow:
Per the suggestions below from Sonali and P.Ostwick, it sounds like the issue is occuring when adding it to the HTML body. However, I have not found any controls to remove or modify the header line.
Revisiting this post because of an additional need. I also need to change the column widths. Is the only way to modify this table is to re-create it in CVS format? and then generate the table from there? In other words.. for ANY table modifications is this the only way? Why does the editor not display any ‘tb’ tags? If I can edit the HTML for the email body, why can’t I edit the table itself?