I have SharePoint List with a Choice column (Department) that is set to “allow multiple selections”.
I created the Power App through SharePoint using the Integrate, Power Apps, Create links and this created a Power App with the standard Browse, Detail and Edit screens.
On the Browse screen I have resolved my label issues using the Concat(ThisItem.Department,Value & ", ").
On the Detail screen it is not displaying the values, in the Combo Box, that are already in the SharePoint field for this record.

On the Edit screen, I can choose items from my SharePoint list, in the Combo Box, but the form will not submit.
