Forum Discussion
Roy-Wanyoike
1 month agoQrew Captain
I think this is something you can approach using the regular rich text field where you can have the html table code there. I've attached a sample
<table border="1" cellpadding="8" cellspacing="0" style="border-collapse: collapse; width: 100%;">
<thead>
<tr style="background-color: #f0f0f0;">
<th>Heading 1</th>
<th>Heading 2</th>
<th>Heading 3</th>
<th>Heading 4</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>This would allow the use to click and edit the record value unlike in the formula rich text which can't be editted but would work when combined with some automation.