Hi,
I have tried searching through most of the posted issues about this but nothing I have found has resolved the issue.
I am trying to build a new process management system in sharepoint & power automate to help manage processes over all our dozens of contracts and internally.
I have flows setup to push all teams channel messages into email and flows that listen for new emails and scrape the body for the keyword "@process", if present it will convert the email & attachments to PDFs, merge all PDFs into 1 PDF, convert again to a .docx file and then create the file in the "Process Inbox" folder.
From the Process Inbox folder, the process (.docx file) is amended if needed, the name is changed to something suitable, then a manual triggered flow is triggered on the file by engineer, the aim for it currently is to:
- Query user what type of process it is
- Move the file to the relevant contracts subsite/folder, (More logic will be built into it so it can be done with only 1 process and you select the contract and process type and it will move it to the correct location once its working at a simple level)
- Update the destination "Process Type" column, which has 5 options for process type, with whatever is selected in the flow dropdown menu
- Update the destination "Process GUID" column with a bodge job GUID using UTC timestamp
However it fails with move file error:
Failed to verify the existence of destination location at 'https://redacted.sharepoint.com/sites/redacted-KnowledgeHub/redacted/Shared Documents/redacted Processes/' due to error 'The system cannot find the file specified. (Exception from HRESULT: 0x80070002)'.
clientRequestId: 92cfbd58-f9cd-4bfa-8783-247c6b84c950
serviceRequestId: 92cfbd58-f9cd-4bfa-8783-247c6b84c950
The folder was literally chosen via the folder icon button, I have no idea how it cannot find it?
Both sites are subsites of the same main KnowledgeHub Sharepoint site, I am the owner so I can't see how this could be a permissions issue causing it to not be located?
Thanks for any help 🙂