Rendering a Logo Image in a Google Docs Template File. Not Working

I'm having issues figuring this out. Logo is an image (of type image) uploaded to a table. I need to render it on the automation task.

This is what I have inserted in the template to get the Logo.

Image: <<SELECT(Configuration[Logo], [Org Key] = "Org Key",TRUE)>>

This is what I get:

Image: Configuration::Configuration_Images/7a70821c.Logo.033818.jpg

I need to get the Image rendered. What am I missing? I have the security options OFF.

 

Solved Solved
0 2 178
1 ACCEPTED SOLUTION

SELECT() produces a list.

ANY() or INDEX(LIST(), 1) takes a Value from that list.

For image size, try to limit it by wraping the expression on a table of 1x1 and assign it's width a fixed value

View solution in original post

2 REPLIES 2

I figured it out... I wrapped ANY() around the SELECT. Now I just have to figure out how to shrink the size of the logo somehow,.

SELECT() produces a list.

ANY() or INDEX(LIST(), 1) takes a Value from that list.

For image size, try to limit it by wraping the expression on a table of 1x1 and assign it's width a fixed value

Top Labels in this Space