Hello,
i tried to build a table in a HTML Code in Power Apps and Power Automate converted the following table to a design like this:
"<table width='100%'> "&"<tr>
<td> </td>"&"<td></td>"&"</tr>"&"<tr>
</tr>"&"</table> <br>"&"<strong> Für die Tage: </strong> "&DatePicker1_2.SelectedDate& " bis " &DatePicker1_4.SelectedDate & "<table width='100%' border='1' cellpadding='4' style='border:1px solid black;font-size:12px; border-collapse:collapse'>"&"<tr>
<th>Bestellt am</th> <th>Hauptgericht 1</th> <th> Hauptgericht 2 </th> <th> Hauptgericht 3 </th> <th> Pizza 1 klein </th> <th> Pizza 1 groß </th> <th> Pizza 2 klein </th> <th> Pizza 2 groß </th> <th> Pizza 3 klein </th> <th> Pizza 3 groß </th> <th> Spezialgericht </th>
</tr>
<tr>"&Concat((Gallery3.AllItems);"<td>"&Datecol&" </td>
<td>"&MainDish1Count&" </td>
<td>"&MainDish2Count&" </td>
<td>"&MainDish3Count&" </td>
<td>"&Pizza1kleinCount&" </td>
<td>"&Pizza1großCount&" </td>
<td>"&Pizza2kleinCount&" </td>
<td>"&Pizza2großCount&" </td>
<td>"&Pizza3kleinCount&" </td>
<td>"&Pizza3großCount&" </td>
<td>"&SpezialgerichtCount&"</td>
";"</tr><tr>")&"</table>

Report
All responses (
Answers (