Hi ,
I want to use search or filter option for "person column from sharepoint List " in Gallery Control
I don't have Title column in SharePoint . The column name example employee datatype is Person.
Thanks.
Hi @Ayappan ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
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.
Visit my blog Practical Power Apps
Hi @Ayappan ,
These column types add a lot of complexity to things, but you need this
Search(
AddColumns(
YourSPList,
"MyPerson", //call this whatever you want
YourPersonField.DisplayName
),
YourSearchTextBox.Text,
"MyPerson"
)
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.
Visit my blog Practical Power Apps
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2