How to Use Image
Displaying an Image
Enter the URL of the image you want to display in [URL].
You can enter either a fixed value or a dynamic value.
Displaying Image Data Retrieved from Amazon S3 or Google Cloud Storage
With Amazon S3's Get object
or Google Cloud Storage's Read object
, you receive data encoded in Base64.
To display this data in an image component in Querya, enter the following format in [URL]:
data:{{ getObject.data.contentType }};base64,{{ getObject.data.body }}
Note: This is for Amazon S3.
Please change the dataflow name as needed.
For more information, see here (opens in a new tab).