
Announcements
Hi,
I have an app and its data source is an SQL server. In the app the users have the ability (and requirement) to attach a file, in this situation a PDF file.
I would like to upload the attached file to the SQL server. Is it possible somehow? Or is it possible to convert the pdf to text/image and upload the converted data to the server?
I could solve this problem with a workaround in Power Automate, but firstly, I would like to directly upload the file to the server.
Could somebody help me? Thanks in advance!
Hey, would it be acceptable to upload to SQL in Base64?
See this thread: https://powerusers.microsoft.com/t5/Building-Power-Apps/Encode-base64/td-p/709801
Hope that helps!