Hi experts,
I have a PowerApps form which I am exporting to PDF with the help of HTML & MS Flow (with help of https://www.youtube.com/watch?v=2rfAQe1kK8M)
I need to place two tables side by side to each other in the exported PDF. I am using float & inline HTML functions and the tables comes up side by side in the html view but when it gets exported to the PDF then the table comes on top of each other rather than side by side.
I am aware of the rowspan function in HTML but that doesn't solve the need.
What is coming right now in the PDF export:

And What I need is:

Does someone know how this can be achieved?
Thank you in advance.