Can I display an image in a cell from another table?

Hi @Feanne ,
sorry for the late reply.

Yes, you can do it as well, (again: you can find the solution in the shared document).
Basically, you have to take into consideration that Print is now a List of Print objects, therefore the Image column will be a list of images:
thisRow.Print.FormulaMap(CurrentValue.Print)

To have a better control of images size, have a look a this post

3 Likes