I am customizing a form of a SharePoint list which includes a people picker column named "Issued to" and have called the value of that input "IssuedToValue". I need to get the user ID number of the selected person. But when I look at the value of the people picker with 'IssuedToValue'.Selected I do not have an option to grab the user ID:

In a previous blank canvas app, I created my own people picker with a combobox and the Office365Users connection. In that instance the User ID shows up as a valid option [combobox].Selected.ID:

Requirements of the project are to only use the built-in "Customize form in PowerApps" (rather than create a blank app), and to "not use anything fancy." 🙂
Is it possible to get the User ID number from the selection of a people picker column when modifying a SharePoint form in PowerApps?