Forum Discussion
FransKL
Feb 25, 2022Copper Contributor
File not found when doing Get File content in Power Automate
Good Day, Been researching this endlessly but no solution. I am doing a flow but when doing a Get file content in Apply to each, I get the error below. I am using Identifier from the Get file (pr...
copypaste
Feb 17, 2025Copper Contributor
I'm not sure if this comment would still be helpful but I just want to leave this for future reference. I found out that "Get file content" returns the file in binary format. Just simply use base64() function to convert it to base64 before plugging it in sharepoint list as attachment.