Interesting (and maddening) problem. I have a multi-select choice field in SharePoint which needs to get its Items from another list in another site collection (essentially a "PowerApps Lookup", not a lookup column in SP). No problem, I thought, PowerApps can do this easy. I place the List.ColumnName into Items for the control in PowerApps, and the items show up fine. Also patch just fine if the form is NEW. However, when you try to EDIT this field and add more items, this is where the problems start. I can only access the selections which have been ADDED, not the selections which are coming from SharePoint. When I look at the collection, the items are blank - I assume because they come back as "Value" from SP, however, the column name from the data in the other list is "Title". At the end of the day, I need these in a collection with the CURRENT selections to patch back to SP. In the screenshots, "Honda SUV" has been added after pulling the item up in the form using a gallery. As you can see, those selections coming back from SP are blank. Those that are added are correct. Any help much appreciated. Thanks!