Hi, I created a table with a repeat formula in the tr element. Each item has an image, however I want to hide one of them (specifically the one in index 0) but show the rest. When I use the show/hide formula on the image, I don't really know how to structure the nodes or what logic to use. If I say index = ! 0, it returns false, because in the equals function its comparing 0 to false, so then all the images disappear. I am getting the data form an API call, so I can't show/hide for each image. Any help would be greatly appreciated.