I have a custom transaction body field (hyperlink type). It’s actually a link to a saved search with {id} as a parameter, so that when clicked it will show the results specific to the transaction where the link was. The problem is that NS automatically puts a comma in the {id} or {internalid} which messes up the link. It treats the {id} as a number. Any way to prevent that? Or any other way to achieve the same thing - click something on a transaction and then redirect to a saved search with results specific to that transaction? Thanks.