HTML not displaying properly (intermitted) in Form Task

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:

I don’t see anything wrong with the HTML.

@loginerror who can help with this issue in Action Center?

@postwick

Just to verify can you change the casing of the tags to be consistent..I agree ideally casing should not be an issue..

Cheers

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.

1 Like

@postwick

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

Cheers

That’s a good idea. I’ll see how it goes without the ? and if it keeps happening I’ll try the P tag.

1 Like