My app is connected to Excel file hosted on OneDrive.
I have a basic text input to act as a search bar.
My Gallary.Items is set to a basic search formula:
Search(Table2Data,SearchBar.Text,"MDN")
But the gallary does not show any items when I launch the app unless I type something into the search box and then delete it.
Am I missing something here?
Solved! Go to Solution.
I solved this problem as shown below:
This is a known bug that happens with Search()
To solve this add this to your code:
If( IsBlank(SearchBar.Text), Table2Data, Search( Table2Data, SearchBar.Text, "MDN" ) )
I solved this problem as shown below:
Power Apps User Groups are coming! Make sure you’re among the first to know when user groups go live for public preview.
Did you miss the call?? Check out the Power Apps Community Call here!
User | Count |
---|---|
265 | |
209 | |
76 | |
42 | |
33 |
User | Count |
---|---|
347 | |
219 | |
117 | |
72 | |
54 |