Actions whose Target is an Automatic Group

Is there a way to see all of the actions that are targeting a given automatic group?

1 Like

Yes. If you know the id of the automatic group you can use the following relevance:

bes actions  whose (targeting relevance of it contains "Number ID of your Group")
1 Like

Where would I run this relevance?

I ended up using the following statement in the Presentation Debugger.

(id of it, name of it) of bes actions whose (selected groups string of it as lowercase contains “bootguard” as lowercase)

2 Likes