I am using the Content Query webpart for sharepoint online and try to query a hyperlink column from a list. I am query my "URL" column for the bing address.
<div class="url"><a href="{{URL.htmlValue}}">{{URL.htmlValue}}</a></div>
But this returns
https://sharepoint-tenant/sites/%3Ca%20href=%22http://bing.com%22%3EBING%3C/a%3E
How can I just get the direct URL?