Forum Discussion
clairecattell
Feb 17, 2024Copper Contributor
Power Automate to Sharepoint List with attachments
Hi all, I am new to Power Automate and am trying to create a flow that allows me to build a workfolw that will manage a high volume of incoming work to my team. I have created the list and that'...
Jon_Lake
Feb 19, 2024Brass Contributor
Hi clairecattell , you need to loop through the attachments and convert the file contents using the 'base64ToBinary' expression in order for them to save and then open correctly.
The expression in this example is: base64ToBinary(outputs('Compose_attachment_content'))