Hi, there. I have issue needing help from the community. Thanks in advance. Here is the step
The oracle db has set up a blob type column IMAGE_FILE inside a table
In the power automate, it accepts an input from the power apps image which convert into a base64 string such as "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2xxxxxx"
The next step is using compose expression decodeBase64(triggerBody()['base64String']) to convert to binary type
The third is to call an oracle database insert row flow that uses the output of the second step.
You generally have to divide the data into chunks but I don't know how to do that with Oracle.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.