So I have an app and I create an array of data and pass it back as a collection. I have people creating new files in the app as well. When they are attaching a document using the attachment datacard there is no problem everything works fine.
I need help understanding how to pass back a single file (with the blob) back to PowerApps. Creating new documents is easy. But bringing a document back for review is the problem. I have them follow the steps to indicate what file they want and if they have the right permissions I easily get all the metadata back on the file but I can't get the file content to come back into PowerApps correctly. I used base64 and more and when I try to pass the it back into PowerAutomate it fails.
Whole point is I want to reduce the time to retrieve the file. If I can't figure this out I have to retrieve the file in PowerAutomate create a copy and then add the metadata and I'm just looking for a more streamlined process.