I have a SharePoint List, which contains two ComboxBoxes (People Pickers) and 2 Lables.:

When I create information, it saves 100% correctly and it also reloads the information correctly on Edit Mode:

But when trying to click on Submit again, it shows that I have Validation Errors:

I honestly don't know what I'm doing wrong here. It's been 2 days now... 😢
The Items on the ComboBox is set to:
Office365Users.SearchUser({searchTerm:cbToPerson.SearchText,top:10})
The DefaultSelectedItems on the ComboBox is set to:
[If(!IsBlank(ThisItem.'From (Person)'), Office365Users.UserProfile(ThisItem.'From (Person)').DisplayName)]
The card's Update is set to:
cbToPerson.Selected.UserPrincipalName
Any help would be appreciated.
Thanks