Hi,
I need to send a mail through flow with vertical column html table.
please find the below screenshot.
Regards,
satish
Solved! Go to Solution.
Hi @satishkumark :
Please try :
<table border="1" cellspacing="0">
<tr>
<td>Customer:</td><td>Value1</td>
</tr>
<tr>
<td>Reported By:</td><td>Value2</td>
</tr>
<tr>
<td>Contact Information:</td><td>Value3</td>
</tr>
<tr>
<td>Issue Description:</td><td>Value4</td>
</tr>
<tr>
<td>Assign Team:</td><td>Value5</td>
</tr>
</table>
The Result:
Best Regards,
Bof
Hi @satishkumark :
Please try :
<table border="1" cellspacing="0">
<tr>
<td>Customer:</td><td>Value1</td>
</tr>
<tr>
<td>Reported By:</td><td>Value2</td>
</tr>
<tr>
<td>Contact Information:</td><td>Value3</td>
</tr>
<tr>
<td>Issue Description:</td><td>Value4</td>
</tr>
<tr>
<td>Assign Team:</td><td>Value5</td>
</tr>
</table>
The Result:
Best Regards,
Bof
User | Count |
---|---|
93 | |
44 | |
21 | |
17 | |
16 |
User | Count |
---|---|
137 | |
49 | |
42 | |
37 | |
29 |