Hi,
I have a combobox that takes the values from a Dataverse table and I need that all the values come pre-selected by default.
The Item property has:
Filter(Resources, Type = "APP" And Key <>"OTHER" And Active= true)
In the DefaultSelectedItems property I have:
Lookup(Resources, Type = "APP" And Key <>"OTHER" And Active= true)
And I do not get all the values pre-selected.
The field displayed is Name in the Combobox.
Thanks for any help!