Hello.
I am trying to insert a user uploaded file (image or pdf) into Oracle DB. On PowerApps, I am capturing the object using the AddPicture object.
I have tried both methods; (1) Patch and (2) Flow with insert row action. Both methods return an ORA-01704 error.
I am successful in uploading the file onto Sharepoint document library. However, I need the file to be saved in a BLOB column defined in Oracle.
Appreciate any help provided. Thanks.