Is it possible to disable the @ Symbol when bulleting lookups?

Hey,
Is it possible to not have the “@” symbol appear when I’m referencing rows from a table in a bulleted list? It’s really distracting for me, especially since there is already a “•” symbol in front of the name.

at symbol

hi @nate_hurst ,you can add ToText() and this will remove the reference to the row in the table you reference. Cheers, Christiaan

Or, if you want it to still be linked just without the @ symbol, you can replace thisrow with Hyperlink(thisRow.ObjectLink(), thisRow.ToText())