I have a question for the HiveMind ...
My PowerApps Input form for a SharePoint list has been working just fine. I was recently asked if, in some instances, certain fields in the form could be pre-populated. I use query strings all the time for this kind of thing, so I didn't think it would be a problem. And for the most part, it wasn't.
The one sticking point is a native Person field in the form (1 & 2). It works okay if the user selects a name from the list and submits. But if I use the query string, the native combobox appears to populate (3), but on submission, the value isn't saved into the SharePoint List ... and I can't figure out why.

Hopefully, one of the smart people here will be able to explain what's going wrong.