Hi All,
I am using an attachment control to add files to Sharepoint.
On the button I have the below:
ForAll(AttachControl.Attachments As Doc,UploadFiles.Run(Concatenate(Var.Title," ",Var.Title),{file:{contentBytes:Doc.Value,name:Doc.Name}})).
The first part of the run is Text and the second is a file, which gets passed into a flow. However, I am getting the
"Missing column contentBytes type blob" error. After looking online, I have tried removing the file: element, with no success.
Any help would be appreciated.