I'm trying to create a dynamic text field for articles and the value entered in the field should be a part of a link.
I created the dynamic field (object type = article) and named it "DMSLink". In the field "Show link" I've entered this: https://server/idlist=[% Data.DynamicField_DMSLink | uri %].
I've then added the field to the sysconfig in
"Ticket::Frontend::AgentTicketNote###DynamicField" and "Ticket::Frontend::AgentTicketZoom###ProcessWidgetDynamicField" and (after searching it a long time) found the additional field in the TicketZoom when clicking on the "i" of an article.
My problem is, that the link does not get created how it should: clicking on the link there is never added the field value after "idlist=".
I've tried every combination I could find on the web (for example "Data.DMSLink" instead of "Data.DynamicField_DMSLink") but it won't work

I found this topic viewtopic.php?t=34996 and tried to add [% Data.TicketID | html %] in the link - this time the link contained the Ticket ID, so generally the function of creating links should work...
Could please someone give me the final tip how to get the value of a dynamic field into a link?