I have an app which can return different types of media in a feed which I want to display. How can I check if my field is Null or not and if so hide or show the element?
I use a list, in the list I have some labels, image and video. Sometimes I want to show the image, sometimes the image is null I want to show a text and hide the image component.
Thanks
Jonathan