"Invalid values for image attachment"

Hello -
Has anyone run into this error message?
“Invalid values for image attachment”

It happens when using a lookup with an image as a related column when “allow multiple selections” is selected.

A limitation of this condition is that it does not allow for edits to “image options” in the table.

Hey Chris! Welcome to the community :slight_smile:

Thanks for posting your question here! It looks like this error message has to do with how Coda handles arrays in image columns. For example, in the screenshot below, that first row containing two images is being evaluated as two separate lists containing images**. And image file columns don’t support multiple lists, hence the error.

I’ll be sure to file a bug report for this issue, since there’s likely a better way we can handle this.

In the meantime, you could remove the error message by either changing the column type from image to text, or by adding .ListCombine() to the end of the formula for the column.

3 Likes

Lena,
Thank you for the quick response! This works great.

I have to say Coda is a true achievement. Thank you to you and your team!