I created a table card that lists out several attrbutes of some datasets. In one column I created a hyperlink to the dataset in the datacenter so the user could click the link in the table card and look directly at the dataset. This is done with a concat function in the BeastMode:
CONCAT('<a href="https://customer.domo.com/datasources/', `Dataset ID`, '/details/overview">', `Dataset Name`, '</a>')
I think it would be awesome if I could generate a similar link to open a Buzz conversation with the specified owner of the dataset. It would be something like:
CONCAT('<a hfref=https://customer.domo.com/buzz-conversation/', `owner id`, '</a>')