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 / How to filter PowerApp...
Power Apps
Answered

How to filter PowerApps form to display only items where current user is assigned

(0) ShareShare
ReportReport
Posted on by 138

I'm working on an app where the user completed a form to add a goal to their dashboard, then after they create a goal, they create a practice item. The issue I'm having is tying the goal to the practice item. 

 

I have a Goals list with the following columns:

  • Goal
  • SPName (Users name in SharePoint) -- People/group column
  • Goal Cycle starts
  • Goal Cycle ends
  • Status

Practice items list:

  • Practice item
  • Goal (look up on goals list)
  • Assigned to - People/group column
  • Start
  • End
  • Status

I'm trying to tie the goal when the user adds their practice item by providing a combo box for them to select the goal that the item aligns to.

QUESTION: How can I filter the Goal combo box to only display those goals where the SPName in the goal = the current user?

The combobox is 

Choices([@PracticeItemTracker_1].Goal)


Practice item.jpg

 

 

Categories:
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Jltitus 

    Set your Items property to the following instead of Choices:

     

    Filter(yourGoalListName,
     SPName.Email = User().Email
    )

     

     

    I hope this is helpful for you.

     

    EDIT: If you want to mimic the results of the Choices then use the following:

    ForAll(
     Filter(yourGoalListName, SPName.Email = User().Email),
     {Id: ID,
     Value: Goal
     }
    )
  • Jltitus Profile Picture
    138 on at

    @RandyHayes  thank you so much. That was it.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 405 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 368

#3
WarrenBelz Profile Picture

WarrenBelz 244 Most Valuable Professional

Last 30 days Overall leaderboard