Hi at all!
I have a problem with converting a Word to PDF dynamically from Powerapps.
I am currently developing a application which will at first populate a word template with spo list data if a button in the app gets pushed. And an additional button for converting this word document to pdf.
I have implemented a patch function in powerapps for the two buttons to update a status variable. If this status variable is set to "word" respectively "pdf" a flow is triggered which decides with conditions if the word- or pdf action gets executed.(if item is creadet or modified and status eqquals "word" etc..)
The word action works fine and it does what it is supposed to do.
But my pdf-action, which is implemented in the same logic, throws an "list not found"-error for the conversion part.
(Route did not match clientRequestId: bc21974e-bca4-4874-811c-ff5735c645bb
serviceRequestId: b77bbb9e-b0fb-7000-f611-2d31833a9cad)
And I don't understand why.
Thats the patch function on my "generate pdf"-button, which updates the status variable in the spo list.

Thats the flow part which gives me an error.



thanks a lot in advance!
All the best.
Basti