Hi Experts,
I created a flow to extract information from PBI to two HTML tables. The issue is when I attach the tables in an email, one stays under the other, but I would like to have them side by side. Is this possible?
Please see my email flow for more information:
Thanks in advance.
There is no simple way to do that other than to create an HTML table manually in a string with two cells and one row. Embed the tables you have already created inside each cell in the new table and then put the whole thing in the email. The code below is what you would put in a compose or string variable, then put the result in the email.
<table>
<tr>
<td>HTML Table 1 goes here</td>
<td>HTML Table 2 goes here</td>
</tr>
</table>
@ScottShearer , @DamoBird365 , @pstork , @Pstork1 , @abm , @Expiscornovus , @mistershaik could you please help me?
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional