Hi - in the example you provide, the htmldump generates a column for each property, and a row for each item in the list.
When I do the same (regardless of how many items in the list), I get all propery names in the first column, with the property values in the 2nd. Is there anythiing I’m missing?
<th>Event Type</th>
<td>Updated</td>
</tr>
<tr>
<th>Old Value</th>
<td>asdfasdfasdf</td>
</tr>
<tr><th>New Value</th><td>asdfasdfasdf asdfasdfasf</td>```