I created a Combo Box People picker that can take multiple selections. The code I have in the DefaultSelectedItems is:
Office365Users.SearchUser({searchTerm:User().Email, top:2})
However, when I submit the app, this default value is not save to the Power Apps table variable that is passed to Power Automate.
When I run the app, I can click the Combo Box dropdown, and selected multiple users in addition to the default user, but only the users I select are added to the table, the default user is not.
Is this a bug in Microsoft or am I doing something wrong?