Seeing that you’re trying to convert a block into a list of text I would try

This project’s Skills: Split by:( )

You should put a space where those parenthesis are. Which would result in a list of words where every space denotes a new item in the list.

Then (:intersect with) the list you are trying to compare it to. Now this would only work where every keyword is separated by a space, but it’s a decent workaround if you’re having issues extracting the individual words.

2 Likes