
Hi all,
I have developed some modular re-usable components to filter Dataverse tables and display them as a responsive grid.
My approach was:
In the Filter ouutput property, I enforced the use of logical names using ShowColumns. For 2 reasons:
All was working fine, until in the recent update Power Apps Studio decided to automatically replace logical names by display names in all my ShowColumns functions. Which means my Grid component shows no data. Putting the logical names back solves the problem, but this is not very satisfying.
Does anyone have an idea how to either:
Many thanks!!
Martin.