View BLOB Image in Image Component — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

View BLOB Image in Image Component

Summary:

I have a REST API hosted in Oracle ORDS which is giving me an image in response (source type = Media Resource). Below is a sample query

SELECT

image_content_type content_type,
employee_image content

FROM
employees
WHERE
employee_id = :employee_id;

How can I show this image in my Visual Builder Image component ?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!