Conversation
supportHi all, i import page using a csv file which sometimes has images within it, however if the cell is blank where a potential image could be it shows a broken link on the from end. How can I stop this from happening? The page I need help with: [ log in to see the link]
Hi @barritwinn , You could use an inline XPath IF statement for this. For example, if the image element is {image[1]}, something like this should work: [IF({image[1][.!=""]})]<img src="{image[1]}">[ELSE][ENDIF]
Hi @barritwinn , You could use an inline XPath IF statement for this. For example, if the image element is {image[1]}, something like this should work: [IF({image[1][.!=""]})]<img src="{image[1]}">[ELSE][ENDIF]