Session Relevance - Baseline name contains

I can seem to get this working for top level bes action ID, but I really need it to work by the top level bes action name. I have tried all kinds of iterations of this, but can’t seem to get the syntax right. Instead of the (62104 = id of it) bit, I would like to have (name of it contains “Security Patches”) or something to that effect.

(number of statuses whose(“Failed” = it as string) of results of it, name of it,id of it) of member actions whose(exists statuses whose(“Failed” = it as string) of results of it) of top level bes actions whose(62104 = id of it)

Simply replace the last condition with the one you need. Like this:

(number of statuses whose ("Failed" = it as string) of results of it, name of it,id of it) of member actions whose (exists statuses whose ("Failed" = it as string) of results of it) of top level bes actions whose (name of it contains "Security Patches")