web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Add Contains on Filter...
Power Automate
Answered

Add Contains on Filter Query

(0) ShareShare
ReportReport
Posted on by 23

Hey there,

 

I'm having some trouble with my filter query. I tried adding "Contain eq 'Support'" to it, but it didn't work. Then I attempted to list the Owner role on the Power query, but that didn't work either. I used the "or" operator, but it didn't filter anything closely related; instead, everything showed up. I'm not sure how to fix this. Could someone please help me by either adding the "contain" condition or showing me how to list them? I tried using brackets for the case owner list and the substring of, but none of them seem to work.

The owner list is longer, but only a few add

 

Status ne 'Closed' and
Status ne 'Delete' and
Status ne 'Archive' and
Status ne 'ETC Delete' and
Owner_Role__c eq 'III Support Engineer' and
Owner_Role__c eq 'Tier III Support Engineer' and
Owner_Role__c eq 'Tier II Support Engineer'

 

 

 

 

Thank you 

Categories:
  • Verified answer
    v-yetonggu-msft Profile Picture
    Microsoft Employee on at

    Hi @dhana88 ,

    Status ne 'Closed' and
    Status ne 'Delete' and
    Status ne 'Archive' and
    Status ne 'ETC Delete' and
    Owner_Role__c eq 'EMEA Tier III Support Engineer' and
    Owner_Role__c eq 'Americas Tier III Support Engineer' and
    Owner_Role__c eq 'Americas Tier II Support Engineer'

    There is a problem with the logic of your expression, Owner_Role__c it is impossible to equal three values at the same time unless it is a multi-choice column, if you only want to meet one of the conditions in the Owner_Role__c, please try this:

    Status ne 'Closed' and
    Status ne 'Delete' and
    Status ne 'Archive' and
    Status ne 'ETC Delete' and
    (Owner_Role__c eq 'EMEA Tier III Support Engineer' or
    Owner_Role__c eq 'Americas Tier III Support Engineer' or
    Owner_Role__c eq 'Americas Tier II Support Engineer')

    Best Regards,

    Sunshine Gu

  • dhana88 Profile Picture
    23 on at

    Thank you so much fo the help

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 229 Super User 2026 Season 2

#2
11manish Profile Picture

11manish 223 Super User 2026 Season 2

#3
Valantis Profile Picture

Valantis 136 Super User 2026 Season 2

Last 30 days Overall leaderboard