Skip to content

Instantly share code, notes, and snippets.

@mpstenson
Created September 1, 2016 15:37
Show Gist options
  • Select an option

  • Save mpstenson/7be664f2cdc7376b4da4891dbef0f03f to your computer and use it in GitHub Desktop.

Select an option

Save mpstenson/7be664f2cdc7376b4da4891dbef0f03f to your computer and use it in GitHub Desktop.
Find requests in automations that don't have a reporting tag
/* add this as a custom where clause in an automation */
xRequest NOT IN (select `xRequest` from HS_Request_ReportingTags)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment