What I’m trying to do
I want to combine the values of two table cells into one, where the first value is text and the second is a link. For example, I have a note with the property “text” and the value “text1”. I want to make a formula so that in one cell there is a value: text1 [[note.md]], where [[note.md]] - clickable link.
Things I have tried
If I make the formula: text + [[note.md]], then [[note.md]] ceases to be a link, it becomes a non-clickable string.