Hi folks,
i'm slowly getting grey hair with my issue.
I have a simple Powerapp with a Gallery based on Dataverse. In Dataverse i have for a table several Views which I would like to display in the Gallery as a DropDown filter. Nothing special.
So far so good. This works on my Dev, Test and Production. Then I did some changes in PowerAutomate (nothing related to that field or gallery) and suddenly the filter does not work anymore. Same changes are on Dev and Test and the filter works fine.
OnChange of the Dropdown:
Set(galleryAVFilter, Switch(DropdownFilter.Selected.Value,"My Agreed Volumes", 'Agreed Volumes (Views)'.'My Agreed Volumes',"My New Agreed Volumes", 'Agreed Volumes (Views)'.'My New Agreed Volumes','Agreed Volumes (Views)'.'Active Agreed Volumes'))
Anyone a solution what could've gone wrong with the deployment? Solution layer have been checked, it is the exact same formula statement than on Dev and Test.. anyone else had the same issue?
Thank you so much in advance.