Mentions() formula

Suppose I had a table called Actions, whose rows contain a Text or Canvas column called Notes.

Suppose one of the rows had a Notes value referencing some rows from hypothetical People and Defects tables:

I got @Alice, @Bob, and @Carol to look at @Defect 15.


I would love the ability to do something like:

thisRow.Notes.Mentions()

and get something like this in return:

// these are object links
[@Alice, @Bob, @Carol, @Defect 15]
1 Like