I have a custom transaction body field (hyperlink ...
# general
l
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.
m
Can you show me an exemple
l
Basically, it's just the URL of the saved search and I replaced the INTERNAL ID parameter with {id}. I've already tried {internalid}.
a
Internal_id doesn't have any commas, so I guess you should check your formula where you construct an url
I just checked trying to invoke saved search and it worked fine such construction: '<https://...' || {id} || '...url...'
l
@Arūnas Žindžius what is the field type that you used? Didn't you use <a href></a>?