I have a powerapps app that generates an HTML table and after some debugging i saw that colspan is causing my flow to not render anything in the pdf document.
If i take out the colspan property the table data appears in the PDF but everything is messed up. Any ideea how to work around this?
Hi @Anonymous ,
You did not say how you are rendering colspan.
I have below as part of a HTML text box
<tr>
<td><b>Work Completed</b></td>
<td colspan='5'>",WorkCompletedD.Text,"</td>
</tr>
And then send the whole box lot as BoxName.HTMLText and it renders fine.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
i tried generating a really small table with colspan property and here is what i get inside pdf document