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 @Ben_Lee and see if it is inspiring: