Forum Discussion
Benjamin_GL
Jun 01, 2023Copper Contributor
PowerApps TextSearchBox element and lists columns issue
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_...
- Jun 02, 2023Solved, the field to use is the field_4.
Someone is able to tell me why it's field_4 for this column which is ordered as 3 ?
Benjamin_GL
Jun 02, 2023Copper Contributor
Solved, the field to use is the field_4.
Someone is able to tell me why it's field_4 for this column which is ordered as 3 ?
Someone is able to tell me why it's field_4 for this column which is ordered as 3 ?
ganeshsanap
Jun 02, 2023MVP
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.