Is it possible to format a user name in a table cell as an @mention using the sql-query of the table transformer makro like you can format statuses, clickable links, mail and phone numbers with formatwiki?
The input should look like one of theese:
and the output like this:
Hi @Alexandra Kühn ,
Unfortunately, it is not possible. The @ symbol in mentions is not a visible symbol for the macro, you may check it entering real mentions in a row and trying to separate the string by @.
You may use smth like this
SELECT
FORMATWIKI("@",'Name') AS 'New Name'
FROM T*
but the result will be not John but @John. The real mention won't be created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.