Jun 01 2023 07:55 AM
Hi,
I've tried to create a PowerApp with a TextSearchBox which is used to filter a Gallery.
In this gallery I use the data from a SharePoint list.
I use this code into the gallery :
Search("MY_LIST";"TextSearchBox.Text";"Title";"field_3")
Title and field_3 are strings columns.
When I search a word into Title, the results are good.
When I search a word into field_3, the results are wrong, sometimes.For instance for these 3 list entries :
The entry "dimande de test" is displayed if I search "test" but not on a search on "dimande".
The entry "demande de service" is displayed if I search "demande" but not on a search on "service".
The entry "demande de pole" is never displayed nor on "demande" nor on "pole".
Do you know why?
Thanks,
BenJ
Jun 02 2023 01:40 AM
SolutionJun 02 2023 08:21 AM
@Benjamin_GL Power Apps Search function uses the internal name of your SharePoint list columns.
You can get the internal name of your column by following this article and use it in your formula: How to find the Internal name of columns in SharePoint Online?
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.