Hyperlinks failing using dynamic data

I’ve been through this over & over
Following the tutorial videos, particularly Brian’s

But this code does NOT CREATE Browser hyperlinks
It is not clickable and does not pass along the extra value

<td><a href="#" dmx-bind:href="edituni.php?id={{UniID}}">{{UniversityName}}</a></td>

The output of values is working

In Brian’s video he enters the dynamic string to create the redirect with values in the URL
but in my Wappler this opens up by DEFAULT to TEMPLATE –

When the href links didn’t happen I tried entering the same dynamic string only with the “Expression” input selected. Nothing helped with that, too.

The dmx binding evidently “overrides” the “#” in the a href= “#” but not as wished.

Community Page
Last updated: