I get some external URLs from a collection.
When the URL field is empty, I can’t clear the href attribute in the link. It’s always a link whether the URL is present or not.
The best I could do so far is: ifempty(URL field, “#”) which is not satisfying.
Is there a way to do it?
Do you plan to make the link itself bindable?