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

Community site session details

Session Id : 5E+xrlU0SkU6NveuY0uq6p
Power Automate - Building Flows
Answered

Filtering Get Item

Like (0) ShareShare
ReportReport
Posted on 27 Feb 2019 17:01:07 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

I have the same question (0)
  • Verified answer
    v-yamao-msft Profile Picture
    on 28 Feb 2019 at 05:19:34
    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2