Template htmldump format

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>```

I don’t know what you mean, which example do I provide and which htmldump are you referring to?

But In general it works out which columns there are by looking at the first row.