Check if computer name is in set

Hi All,

I am trying to write relevance which is checking if a client is contained in set of computers relevant in other baseline, but somehow got stuck on it. Could you help me with that one?
So far I have this:
(names of elements of (( applicable computer set of fixlet whose (name of it = “baseline_name”) of it) of bes custom sites whose (name of it = “site_name”)))
This one is generating list of computer names that are applicable in a baseline.
Now I have to check (in other fixlet’s relevance) if any client subscribed to site is in that list. I’ve tried this:

computer name as lowercase as string is contained by set of(names of elements of (( applicable computer set of fixlet whose (name of it = “baseline_name”) of it) of bes custom sites whose (name of it = “site_name”)))

but this one is returning Error: The operator “computer name” is not defined. in presentation debugger.

I have no clue how to define the computer name.

Please help :slight_smile: