I followed Shane's video: PowerApps PDF Generator using Microsoft Flow PDF Converter
I get this error message on Convert file using path test:
concat('<!DOCTYPE html>
<html>
<body>
<img scr="', variables('logo') ,'">
<table style="width:100%">
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
<tr>
<td>John</td>
<td>Doe</td>
<td>80</td>
</tr>
</table>
</body>
</html>
')
I'm not sure what's wrong. If someone can help me figure out what's wrong, I would really appreciate it.
This thread is already marked as solution accepted. To get more attention could you please post a new thread and a screenshot of your flow with all the error details.
Thanks
Hi @manuelRivera @yashag2255 @abm
I have the same issue did you find the solution, if yes what was the issue will you please help if you dont mind thanks
Hi yanhag2255, even with the extension file , i cant run succesfully my flow
I cant see what can I do.
Thank you very much for your help!
Hi @taustin1
In your create file action, you missed the extension in the file name. Please add the .html extension in the file name (for both the create html file and then later in the create pdf file actions) and try again.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1