Hide results from Hyperlink field if they are empty #4055
-
Version used: 4.13.1.0 Question
The problem I have is that if there is no value in the column for a list item, it renders the columns with null in the hyperlink field. Is there anything I can do to hide these null values and only show the populated hyperlinks? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I guess it should be possible to wrap it in an If clause? |
Beta Was this translation helpful? Give feedback.
I guess it should be possible to wrap it in an If clause?
{{#if (slot item @root.slots.HRLink)}}
{{getUrlField HRLinkOWSURLH "Title"}}
{{/if}}