Issue:
I built a power application for our company's hardware inventory. In the designer, I have put together a display table element and populated it with our inventory information using an excel online (business) connection. Everything shows up fine in the designer but when I try to use the app in Microsoft Teams or in a browser, the entire data table is missing.
Additional information:
All information displayed on the table can still be accessed and manipulated through controls in the app with accurate/up-to-date data, but the data table visualizing the information is absent. All elements of the table have true visibility, and the problem is only apparent when accessing the app outside of the designer. I can still see the table when I run the app from within the designer. All other data tables in the app display normally both in and outside of the designer, all of which are using the same excel online (business) connection to the same excel document, just different tables within it. The problem table is 13 columns by 31 rows, all other tables have less than 31 rows but the same 13 (or less) columns.
Any help would be greatly appreciated!