Hi,
I hope someone can help me with my issue after spending hours searching the net for similar issues and trying dozens of ways ...
Probably it's just a simple mistake and I just don't see it.
My current flow gets triggered by a form that includes a file (upload). The goal at the end is to copy the file to different locations and initiate other tasks and inform different people via teams about status'.
The problem now occurs with the copy file in Sharepoint. The error I get is: "The system cannot find the file specified."
My Forms is a Group Form - meaning it already interacts with SharePoint and not OneDrive Business.
The link I retrieve from my form has the following structure (equals "varAttachmentFirst" in my flow below):
https://domain.sharepoint.com/sites/HQ-Administration/_layouts/15/Doc.aspx?sourcedoc=%7BBCB95711-C1FE-4751-B224-721B0B963441%7D&file=Documenttitle_MyFirst%20AndLastname.xlsx&action=default&mobileredirect=true
When I use the link in the browser I perfectly get to my file (it opens up) and I am also able to navigate to the file in the Sharepoint structure which is automatically created by using forms.
But as soon as I try to use it in any way for moving, copying or accessing the file content I get the error message that the file could not be found. I tried different approaches, I tried using a delay, I tried shortening the URL to the part that follows the Site Address (/_layouts/15/Doc.aspx?sourcedoc={A2749E2D-6477-444E-973E-8E997739E862}&file=HR_Dates_Martin Behrens 13.xlsx&action=default&mobileredirect=true)
What do I miss? Why does the URL work in general but not in my automation?
Can anyone help me with this?
Best,
Martin

