Images

Going to ask the question again in a different way. When I use a data action to add a row to another table in app which contains an image I set the image column to contain the value of the image column from the table I am sending it. The same image file name appears in the new table but in the table view the image does not display. How can I fix this?

In general this should work. However you have have a specific setup that could be creating an issue.

You may wish to share the setup and expression you are using in the action , image columns etc. and do the image columns have the type as “image”?

Generally following setting should work. Tested the below setting. In the example below, the record is added to the Images2 table from the Products table. the [Image] column in the Images2 column is populated with the [Image] column in products. Of course in both the tables, the [Image] columns are image type and images and there are NO other settings such as image/folder path etc. in the images column settings.

1 Like

Thanks so much but figured it out. I just needed to make sure all the google sheets relating to the images were in the same folder in the drive.

1 Like

Excellent. Thank you for the update.

1 Like