I have used the below successfully and its working
replace(body('Create_HTML_table'),'<table>','<table border="3"> ')
Now I also want to use the below to high light if it meets a particular text - tested its working fine
replace( body('Create_HTML_table'), '<td>PC400-7</td>', '<td style="background-color:#ADD8E6">PC400-7</td>')
but I am unable to join together, its getting error.
Please advise how to join together in one expression.