Found a solution myself. html table didn't work as I needed the markdown table for approvals
1. Create CSV table without headers and with an additioal delimeter i.e. | seperately value

2. Included header in the markdown format in approvals details

3. use replace command to change commas to delimiter i.e. |
replace(body('Create_CSV_table'),',','|')