I have SP List with a picture column.
I want to determine if a picture has been added to the list or not so in my gallery I can use a default image if not.
I have tried:
If(IsBlank(ThisItem.PictureColumn), SampleImage, ThisItem.PictureColumn)
and
If(IsEmpty(ThisItem.PictureColumn), SampleImage, ThisItem.PictureColumn)
But The Sample Image never appears, even when there is an item with nothing in the Picture Column?
So I'm assuming something must be there, even if a picture is not present? Is there another way I can tell if a picture is actually there or not?
Thanks,
Terry