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?