Hi Rolando, the issue here is a type mismatch. You’re trying to compare a Text value with a Column.
See this thread to understand.
The simplest way to fix your doc here is to change the Select List to fetch the row references THINGS
instead of the text only. Note that this also solves the all owners
problem you had.