Hi, @v-yetonggu-msft
Thank you for your reply.
The flow is below.
1)Trigger the flow manually
2)Get file (properties only) ※sharepoint
3)Initialize variables
Name:List
kinds:string
value:
<table border=”1″>
<tr bgcolor =”#999999″>
<th valign = “middle” align=”center”>Seat type</th>
<th valign = “middle” align=”center”>No.</th>
<th valign = “middle” align=”center”>manager</th>
<th valign = “middle” align=”center”>Project name</th>
<th valign = “middle” align=”center”>Contract line name</th>
</tr>
4)List rows that exist in a table
5)Apply to each
conditions:Sheet type is equal to, etc.
if yes,add to string variable
Name:List
value:
<tr>
<td>Seat type</td>
<td>No.</td>
<td>manager</td>
<td>Project name</td>
<td>Contract line name</td>
</tr>
6)add to string variable 3
Name:List
value:</table>
7)Apply to each 3
conditions 2
Sharepoint updater email address is equal:My email address
if yes,Post a message in a chat or channel




Thank you in advance.