Untested. However,
I wonder if you use a text element with a dynamic .html
Within the repeater itemReady utilise a text element, (#text1)
let URL = itemData.url
let Label = itemData.title
$item(“#text1”).html = <a href=“${URL}” target=“_blank”>${Label}</a>
I don’t think there is a native way to do so.