I’m trying to get an actions list but without the actions created by baselines, and with the individual custom actions created by operators. If I remove the actions created by baselines by using group member flag of actions, it removes the individual custom actions as well. How do I solve this problem?
Using a phone at the moment, but I think ‘top level flag’ (or something similar) is what you are looking for.
A word of caution, I haven’t finished the first coffee of my day yet, but I think you could filter to
bes actions whose (not exists source fixlet of parent group of it)
1 Like
Or possibly the wordier
bes actions whose (not exists parent group whose (exists source fixlet of it) of it)
1 Like