
Hi team,
Here is some background:
I want to be able to upload multiple documents from Power Apps to SharePoint.
I have a flow created with a PowerApps trigger.
What I am struggling with is quite common, but I am not able to figure out where I am going wrong.
When I use the attachments control, it returns the blogmanager value which is something that flow doesn't like.
I have read blogs that mention that this is only a problem when you are dealing with images, office documents should just work fine. But what I am observing is that it returns me a blob value for every document I upload (docx, xlsx, pdf, jpeg)
Question:
How do I convert this blob value in Binary?
I tried JSON function, but it doesn't help!