Hi all,
As stated in the title, is it possible to display more than two fields in a combo box?
It appears not to be possible, I've tried manually editing the 'DisplayFields' property and adding a third Sharepoint Column but this does nothing.

I know there is one workaround, which is to use and AddColumns() Function in the items property, then Concatenate two or more columns, then select that new combined column in the 'Fields) property of the combo box - however this seems to cause a Delegation problem. (PowerApps does not display the usual warning, however my filtered choices in the ComboBox are incomplete so I assume this is what is happening).
Doe sanyone know of a different method that does not create a delegation problem?
Cheers in advance.