Hi, I want to create a hyperlink to a sharepoint file from my domo card. The hyperlink is working correctly to the sharepoint destination. I would like the user to be able to choose a record and be taken to the matching record using the link, the only field I have to utilize is 'Name'.
I found a discussion with this example but I dont know how to make it work for me.
CONCAT('<a href="https://www.helpdesksystem.com/usersui/ticket?ID=', `ID`, '" target="_blank"></a>', ID
, '')
Has anyone been successful with this type of use case?
This is what I have with the URL truncated to protect our site - url ends with redirect=true, the rest is guessing to see if I can make it work
concat('<a href= "xxxxxredirect=true/Name=',`Name`, '" target="_blank"></a>',Name, '')