I've created a Teams (Power app / channel tab) that uses a SharePoint list for data. I'm using the modern Table control and created a simple filter on the Items property. The app works as expected in "play" mode, but when I publish it to the Teams channel it doesn't load the data initially.
Here's what it does in the Teams channel. (The items in the SP list don't load initially). But if I enter a user I start getting results and if a backspace to where there's nothing in my search, it displays all the records.
*** I am expecting it to display all the records upon the initial display (with nothing in the search filter) ***
Entering some text then deleting it shows all the records.
When I'm developing it in Power Apps it works as expected when I play the app. All records are shown before doing a filter.
Here's the Items filter I have.
Thanks for any help you can throw my way!
-Greg