Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Filtering Get Item

(0) ShareShare
ReportReport
Posted on by

Hi All

Creating a flow and using the following query:

"UnitLeaderApprovalDate eq null"

 

It works up to this part but I need to add a second part where it looks at the list column and if it contains the word "Reject", exclude it. I can't figure out how to do it.

 

TIA

  • Verified answer
    v-yamao-msft Profile Picture
    on at
    Re: Filtering Get Item

    Hi @thejdofva ,

     

    To check if the list column contains the word “Reject”, I guess that you’ve already created a column for Reject/Approve selection.

    If you would like to get items that Approval date is null and a column doesn’t contain Reject, please try with the following function:

    Date eq null and Review_x0020_Status eq 'Approve'

    Note: please use the extract column name in the function. generally, if there is a space in the column name, you should replace the space with “_x0020”.

    The following configuration is working properly.

    1.PNG

     

    Best regards,

    Mabel

     

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1