Hi all,
I am new to power automation. I have created the HTML table using create HTML table and Compose action in power automate. here we need to use the HTML table which is created in SP asset library. is there any way to call a html file in power automate?
is there any way to write html in power automate ?
1) power automate component with following html code.
<table style="width:100%">
<tr>
<th>names</th>
</tr>
2) get items , loop append to table row.
<tr>
<td>current item 1</td>
</tr>
<tr>
<td>current item 2</td>
</tr> ... etc
3) close the table and send email.
</table>
is it possible ?