I am building a Powerapp that will search a document library that consists of these column types:
- single line of text
- choice
- date and time
- hyperlink or picture
- person or group
When building my search, I am use the following formula:
Search('Doc library',SearchBox.Text,"{Name}")
It will find anything in the name column but not the other columns. What is the search formula to get it to search all the other columns? I can see the column names pulled up when adding to the formula but adding them breaks the search.
Thanks in advance.