After I get the data from database via $rx.db.get(), I do
#set($orgurl = $rx.asmhelper.mapValues($dbres,‘URL’))
when I use it as
<a href="$orgurl">
I get extra characters “[” and “]” around the URL. like “[http://www.amda-pompe.org ]”
How can avoid these chars ([,])?