I don’t understand why it’s displaying the HTML code instead of the table. Most of the time it displays the table correctly but in rare instances it displays like this:
The casing is always the same, that’s what is puzzling me. This HTML is generated by a custom activity so it’s always consistently the same.
One thing I noticed is in the example above I have a ? after the HTML table. In another Form Task where the table displays correctly, there is no ?. I removed the ? to see if it was just that causing the issue. Maybe Action Center chokes on it if there is text after the HTML table.
May be its notable to parse as you mentioned..try to have a p tag around to make sure whole of it is one single html ..then ideally table and the other non html content also will be inside html tag itself