Looking for a way to exclude certain items from my query?

I’m looking for a way to search google contacts only if it is the attendee or attendees of the events, but excluding the owner of the google events (which is me).

Is there a way to exclude the Owner from the query search?

Thanks

Hi @Mathieu_Simard, Welcome to the community.

Is the first module returning a list with names? How is it distinguishing between attendees and owners? Is there a status that matches the names that show who is the owner?

If the 1st module returns a bundle of results, then you should put a filter between these 2 modules that doesn’t let the scenario proceed if the person is the owner.
Here is a link explaining more about filtering.

If that doesn’t help much, please share the output of the first bundle to show us the data structure and guide you further.