Hi,
after my bot has run and performed all required action, it sends out a confirmation email. This email contains a table, however, the formatting of the table heading does not work. This is how it is implemented in the bot. Does anyone by chance know, how to fix the table formatting? Thanks a lot in advance!
Welcome to the UiPath Community ![]()
If you are facing issue with sending table in email body, follow this approach.


Thanks,
Ashok ![]()
In the body fiels are you passing a string variabel?
From where the data is coming?..that html is what needa to be edited
If you used editor and added the table directly then that is the default format you might need to create the html table separately as you need
Cheers
When it is about the behaviour that the headers are not shown
Assumption:
- all datacolumns Datatypes are of String
Insert a new Row at the first position and use the column names for the values
