Using reply to email function with html but the dynamics with formatting I failed to remove

I want to reply the email without any formatting or bolding the text
but it failed

I want to texts all with the same format

Hi @Jia_Nan_N

Could you be more specific.

hi mkankatala, my flow is like this
download the excel from the outlook
abstract the table from the excel and set it as datatable 1
make some changes to the datatable 2
reply to the email by adding the datatable 2
but the datatable 2 has only the first row text bolded
I want to change the format of the datatable 2 in the edit HTML content of reply to email but failed

Hi @Jia_Nan_N ,

Does your table contain header and if so, do you want to keep the header bold and rest normal?

If the header is lost, then you can try two ways:

  1. Make the datatable columns as string datatype and use add data row activity and explicitly add the first row with column names and then use the datatable
    2.Try to build the html table using below logic
  2. Use Mail app integration activity
  3. How to pass datatable to html with headers
    Thanks,
    gRao

it is about a behavior of using datatables by the HTML Content editor, which is already reported to UiPath

Workarounds:

  • insert a row with the column names as a first row (constraint: the column datatypes are of string)

OR

  • postedit the HTML result

OR

  • generate the HTML Table code by an own custom routine and place the result into within the HTML text