HI
I am currently trying to figure out on how to send 'bigger' files to Power Automate from within an Attachment Control (Or a Canvas App in general)
When i look at files in the attachment control in Power Apps, and I try to get the contentBytes Value, I get the following result;
So I do the following action;

appres://blobmanager/a721116b7ba54d5e982f5c1aa90387e8/1
However, when I pick up the file using flow, I get the following contentBytes value;

Which is the actual string that I want to work with so I can try to pass on bigger files to Power Automate and convert into a file afterwards.
Does anybody has any feedback on this?
Thanks!