Pulling in text from another table with multiple search keywords

Hi @tothemoon,
Happy it was useful!

Yes, just modify the Words column as follows:

ListCombine(thisRow.Notes.Split(" "), thisRow.[Special Instructions].Split(" ")).FormulaMap(CurrentValue.Lower().RegexReplace("[^\w]","" ))

The RegexReplace("[^\w]","" ) basically searches and removes any non-word.

Hmmm…
I wouldn’t say so, unfortunately.
However, have a look at this example by @BenLee and see if it is inspiring:

1 Like