When you make a Canvas Power App and use the filter function to show only a subset of records using a named view, the name of that view is depending on the installed languages in the environment.
For example, I use
Filter(Contacts, 'Contacts (Views)'.'All Contacts')
in my Development Environment (which has English as the default language).
When this app is imported in another environment that does not have English installed, it does not find that specific view since its name is different...
Is there any way to make this language independent?
That's not really an option, since some of the views we rely on are "default" views and are created during the initialization of the environment, but they get a different name depending on the activated languages...
Make the view names numeric.
WarrenBelz
146,618
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,948
Most Valuable Professional