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 Apps / Filter for Approval St...
Power Apps
Answered

Filter for Approval Status

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello Masters,

 

I have some difficulty to do filter for approval status.

 

I want to show only approved item in the screen.

 

this is the code that im use now but its not working :

 

Filter('hardware list', 'Procedure Approved' = 'Approved')

 

image as attached for more detail of my status approved.

 

Thanks in advance.

 

 

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    This is the screenshot of the sharepoint list

     

     

    error 4.PNG
  • mdevaney Profile Picture
    29,991 Moderator on at

    @Anonymous 
    Hello there.  I do not see any image attached to this post.

     

    Is your Status a Choices type field in SharePoint?  If yes, then please try this code instead 🙂

     

    Filter('hardware list', 'Procedure Approved'.Value = "Approved")

     

    Or maybe you just forgot the double quotes around Approved if it is a text field in SharePoint.

    Filter('hardware list', 'Procedure Approved' = "Approved")

     

    --
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • Verified answer
    eka24 Profile Picture
    20,925 on at

    Try:

    Filter('hardware list', 'Procedure Approved'.Value = "Approved")

    or

    Filter('hardware list', 'Procedure Approved'= "Approved")

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi!

     

    Yes it a choice.

     

    I already tried with .value and without.

     

    unfortunately issue still there.

     

    let me share you the code from the PowerApps so perhaps you can have some better understanding.

    error5.PNG
  • mdevaney Profile Picture
    29,991 Moderator on at

    @Anonymous 

    Do you want to combine both of those conditions?  Here's how to do it.

    Filter('hardware list', analyst.Email=User().Email, 'Procedure Approved'.Value = "Approved")

     

    And please, change 'Approved' to "Approved" with double-quotes

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi Sir!

     

    Yesss it's working now!

     

    im forgot to put "Approved" instead just using 'Approved'

     

    thanks a lot for this.

     

    Next, I already have a filter for user.

     

    I tried to combine it in one place as showing in the code.

     

    but it's not working.

     

    Any idea on this sir?

     

    Really appreciate your help on this!

    error5.PNG
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    It's working now with the combination!

     

    you all are the best.

     

    Thanks a lot!!! 😄

  • Verified answer
    mdevaney Profile Picture
    29,991 Moderator on at

    @Anonymous 
    Please combine it like this instead.  You can only have 1 Filter function in the Items property.

    Filter('hardware list', analyst.Email=User().Email, 'Procedure Approved'.Value = "Approved")

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

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 Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard