Hi Noman
If there is a field in your data that contains a hyperlink to the web page link then you can add this column to the template in the template designer and choose “Show as” hyperlink. For this to work the link in the data will need to include the property ID for that specific record in the data. For example, if your property record is 1234 then the link for that record must include the ID in it – for example http://myserver/properies/main.html?id=1234
If there is no hyperlink field in the data and you do not want to add such a field, then you will need to customise the template manually. We can provide an example if needed.
I did try adding a Text item to the template designer (rather than a column) and entering the HTML of a link like this.
Details: <a href="http://server/properties/main.html?PropertyID={PropNumber}">Link to Details</a>
But the Anchor tag is not rendered as HTML and is shown as plain text – so it is not clickable.