I've a Flow that triggers when a new SharePoint list item is created, then uses the "Populate a Microsoft Word Template" (template stored on SharePoint) to combine the columns from the list item with the Word document, then uses "Microsoft Word Document to PDF" to make a PDF that is emailed to a user.
This has ran ~70 times this week without error. This morning there were over 20 successfull runs but I also got three failed attempts - errors were:
Action 'Get_file_content_using_path' failed
File not found clientRequestId: aae7e4c2-c128-493b-8bfd-755591fd5c98 serviceRequestId: aae7e4c2-c128-493b-8bfd-755591fd5c98Action 'Get_file_content_using_path' failed
File not found clientRequestId: 9e6750d0-1982-43ea-8a26-dcb22e34a15d serviceRequestId: 9e6750d0-1982-43ea-8a26-dcb22e34a15d- Action 'Convert_Word_Document_to_PDF' failed There was an error accessing the file. Please try again or select a different file.
clientRequestId: 0f161211-1a33-4bb7-8743-2c89988cff26
1&2 worked right away upon resumitting the Flow - can attribute this to the submitted image hadnt finished uploading. Plan on introducing a pause to avoid this in future.
3 failed again initially with the same error, then worked on the next attempt.
Haven't a clue about why this failed then worked?
Any ideas how I avoid seeing this again?