Hi all,
I have been trying to print data from Powerapps using flow, so everyone is converting data into an HTML table on Onedrive first then using the magnificent convert to pdf action. 😆
the HTML file step is created successfully but the conversion to pdf is not.
for some reason, I get this error:
Solved! Go to Solution.
Hi @Galal93,
I tested it on my side, but not find the same issue, it may be a temporary issue, Does your Flow still exist the issue?
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
this is my dynamic HTML text if it would help:
"<!DOCTYPE html>
<html>
<body>
<tr>
<td>
<img src=""LOGOURL"" alt=""Powerapps"" style=""width:40%;height:128px;"">
</td>
</tr>
<h3>Outpatient Pharmacy</h3>
<table style='width:100%'>
<tr>
<th>Customer Name</th>
<th>Phone Number</th>
<th>Adress</th>
</tr>
<tr>
<td>"&Gallery3.Selected.'customer name' &"</td>
<td>"&Gallery3.Selected.'phone number'&"</td>
<td>"&Gallery3.Selected.'delivery adress' &"</td>
</tr>
</table>
</body>
</html>
"
Hi @Galal93,
I tested it on my side, but not find the same issue, it may be a temporary issue, Does your Flow still exist the issue?
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
44 | |
40 | |
38 | |
36 | |
24 |
User | Count |
---|---|
39 | |
38 | |
32 | |
31 | |
28 |