Hello Jessie, Unfortunately Marketo does not have visibility into SFDC queues. Meaning if a lead is assigned to a Queue then the Lead Owner fields appear to be Null. I do not believe that "Not Owner was Changed" will work because you basically looking for any records that have the absence of " Owner was Changed" with a Null value. I would suggest the following solution to identify the lead queue that the lead is owned by: How to View Leads Assigned to a Salesforce Queue *by default, you can only pull a list of leads assigned to an actual owner (not leads assigned to a queue) Work-Around 1. In SFDC, create a formula field for “Queue Owner” 2. Use a formula in the “Queue Owner” field to pull in queue name (ex below) a. if ( OwnerId ="00GA00000013pWq","Queue 1"," ")+ if ( OwnerId ="00GA00000014wKq","Queue 2"," ") 3. Using a Marketo Smart List, use the new “Queue Owner” field (ex. “Queue Owner is Queue 2”)
... View more