Hi,
I am very new to Power Apps. Trying to create an app that allows users to view thousands of indiviual items of inventory.
PA has created a suggested layout and I have added extra fields to it. I have entered the below formula to allow for user to search by a particlaur data column.
SortByColumns(Search(Table1, TextSearchBox1.Text, "MAKE"), "MAKE", If(SortDescending1, Descending, Ascending))
This works, however, I have relised that the app is only displaying a small number of the thousands of inventory lines on the data source. Is this beacuse it can only show an limited amount of lines? Can this be changed?
If not I will have to create separate windows, one for MAKE with specific value selected which can then be filtered down into MODL with specific value selected, which can then be filtered down to TRIM with specific value selected.
I want the user to be able to drill down to find details specific inventory.
Really appreciate any advise, I have been dreaming about creating this type of App for years and with Power Apps I am very close,
Thx