Bases: link note to a field other than name

I have a Base table view that filters specific notes, and I would like to use a different YAML field (for example desc_product) as the clickable link that opens the note, instead of the default name field.

:backhand_index_pointing_right: Thank you for your support!

Maybe a link() formula such as:

link(file, desc_product)

… could help ? :woman_shrugging:
(Depending, on your base/note/setup, etc… it could still require some tweaking :blush: )

1 Like

Perfect, exactly what I was looking for!
Thanks!

1 Like