
Hello,
I have a flow that goes to SharePoint and gets the file content about an image. Sometimes, my flow fail and show the error "file not found", but I have the file and I don't change anything. Sometimes the flow fail but sometimes it runs sucessefuled.
It's implemented on client so I have some urgency with finding a solution. I have an ticket on Microsoft but if anyone have the same problem and can help me, I'm so gratefully 🙂
Anyone can help me?
Thanks!
Hi @sfreitas
The error that you're getting is on the same image or some images it returns an error and some don't.
Don't forget that you need to encode the path when fetching the file. So replace " " with "%20" and so on.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
​
Cheers
Manuel