I use a solution to deploy my Power Apps app from development environment to UAT and Production environment.
My Filter on a SharePoint List is not working properly because 2 fields are not selected via the filter. When I debug the app, I observe the fields are not added to the collection. I added a lookup formula specific for these fields, the lookup returns blanks.
The strange thing is in my maintenance form when I enter values to the 2 fields, I see in SharePoint that the fields are updated.
This behaviour is only in my UAT and Production environment. I my development environment it works perfectly.
I rebuild the app and use standard selection of the SharePoint List. Without the solution and environment variables. Everything works fine.
So my conclusion is something is not working correctly when I use a solution
Has anyone had the same problem? And hopefully someone has a solution for it.