Hi all, I have an issue, im hoping you guys have seen before.
I have a custom page connected to a dataverse table called Jobs.
I have placed a dropdown called conActiveView where items = Choices(('Jobs (Views)')) which is supposed to list all the views in the table.
On the custom page i have inserted a modern Table called tblJobs where
items = Filter(Jobs, conActiveView.Selected.Value)
So the view for the table is determined by the value from a dropdown (conActiveView).
This used to work but ive since broken it and cant work out why.
The drop down now produces a list of blank items (the number of which does equal the number of views)
What have i done to make the list have blank values? BTW the colour is black for the font.