
Announcements
I am working on a request system that requires an approver.
After a user submits data from the powerapp form, a sharepoint list is updated with the information. My flow starts out by recognizing that there is a new list item in the sharepoint list. It uses the data from the list to generate an HTML code. This code then is converted to a PDF and stored on one drive. The flow is supposed to start the approval workflow, but it does not because the convert portion of the flow has an error.
The error received is: Action 'Convert_file' failed
with the detail: The file id '36-Mark Pugh' is not valid.
However, my PDF has actually been created successfully. Because of this error, my flow will not continue.
Any Ideas????
I followed the microsoft instructions... Turns out I did not need the convert step as it was already handled in the second flow. I also did not need the Get My Profile flow... deleting these parts of the flow made it work just fine.