Hi Everyone,
I have two columns in my Dataverse table, ControlID and Control Description
In the dropdown I want to show both of these values with a separation of '-'
I tried the following in the items Property Its not working
Filter(Controls, ControlID & " - " & ControlDescription)
Could anyone please help with these