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

2 Likes

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

1 Like

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

6 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.