Announcements
Hello,
I have a gallery of tasks showing who is assigned on each task. Is there a way to filter this gallery using a dropdown with 'assigned to'? Thanks.
I use this filter:
Filter(TASKS,ASSIGNEDTO=drpAssignedTo.Selected.Value)
But getting this error:
Hi @Crostini ,Assume it is the person's name you are displaying on the drop-down and ASSIGNEDTO is a Person field
Filter( TASKS, ASSIGNEDTO.DisplayName = drpAssignedTo.Selected.Value )
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
Hi @WarrenBelz ,
Thank you very much for your quick reply.
Unfortunately, it is still giving the same error message.
@Crostini ,
So with those two possibilities covered, what type of field is ASSIGNEDTO and what is the Items property of drpAssignedTo
The ASSIGNED to field type is Single Line of Text and shows as the 'Primary Name Column'. The Items property of the drpAssignedTo is 'Assigned Tos'
Thanks again.
What is your Data source, is the field name ASSIGNED or ASSIGNEDTO and what do you mean by Primary Name Column ? Also, what field name and type from 'ASSIGNED TOS' are you displaying in drpAssignedTo.
I have 2 Tables ( TASKS and ASSIGNED TOS)
Table#1: ASSIGNED TOS contains Name and Email
In the Display name, the Name field shows 'Primary Name Column' and is a Single line of text as data type.
Table #2: TASKS table, there is a column ASSIGNED TO that with data type as LOOKUP (looking up records from table #1).
The field that I am displaying in drpAssignedTo from the ASSIGNED TOS table is "Name"
Please let me know if you need more info. Thanks again.
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 421 Most Valuable Professional
11manish 153 Super User 2026 Season 2
MS.Ragavendar 116 Super User 2026 Season 2