I tried {% Image01 %}
and the following is returned 428b6d1b-9ecb-4baf-ab58-828b8e8515ff
When I try {% Image01.Value %}
, nothing is returned.
When I want to display the image that was uploaded, I have to use this code: {% GetFileUrlByGUID(Image01, "" ) %}
But right now, I just want to check to see if there is an Image01 and an Image02. Because, if both are null, then I want to do something. Any Thoughts?