Only Show Image if it Exists

Hi. I have a csv which has columns for 100 images, ie, Image1, Image2 etc through to 100. If I have only added 25 images then I only want to see the 25 images and hide the remaining columns unless I add more. Is this possible?

Solved Solved
0 7 1,175
  • UX
1 ACCEPTED SOLUTION

This worked:
ISNOTBLANK([Image1])
Always added to the next image, so as each image is added the image upload for the next image is not shown.

Thanks

View solution in original post

7 REPLIES 7
Top Labels in this Space