I know that this is unconventional, yet I am planning to attach a document using a base64 data to the Attachment control component in the power apps. Is there a way to make this possible?
From a sharepoint folder, there would be an excel file that needs to be filled-up by a user accessing it through its shared url. Then, in power automate, the base64 data of this excel file will be then extracted and included on a Response action passing it to the power apps. The power apps will use this data then to create an attachment file for the attachment control. This would create a copy from that excel file for the app.
I hope someone has a work around for this.