Hi all,
Really struggling with this one,
I can upload a file to Flow and then to SharePoint with an attachment ok, using the following in Power Apps:
v2Upload.Run({file:{contentBytes:Last(AttachmentControl.Attachments).Value, name:Last(AttachmentControl.Attachments).Name}})
However trying to use an image ( pen input) I cannot get it to run properly, the test in Flow works ok but the formula in Power Apps, is failing,
really appreciate any feedback or an example of what to do,
cheers
Sean