Hello
i've two problems with a datatable in a simple powerapp based on an ExcelSheet. Only 5 Fields from the table : Name1, Name2, Country, ZIP, City.
In the app a selection (dropdown) for country and a field for filtering Name1
The datatable is sorted and filtered by Country and Field-Startswith
Sort(Filter(Kunden; Staat = fStaatKurz.Text && StartsWith(Name1; TextInput1.Text)); Name1; Ascending)

- Problem
When i go to preview .. and change the dropdown .. the first change works fine - but the second change kill all me fields in datatable!?!? Why???

Problem
The base table has about 3500 entries but not all my records are displayed. As soon as I set a filter for example. "E" I get a blank dataset although there are records in the base
I hope you understand my humble English and my problem and can help me