Hi Guys,
I'm messing around with canvas apps and have a drop down list with items set to a list of AAD users.
MicrosoftEntraID.GetGroupMembers("698706fc-d9cc-4233-8e73-bc89d1caf1a5").value
when I change the user in the drop down list then press the Save button on the screen I want to update the entry in the table with the newly selected user account.
The OnSelect of the button looks like this:
Set(userDetails,MicrosoftEntraID.GetUser(ddPoolDrivers.Selected.id));
Patch(Cars,LookUp(Cars,ID = selectedID),{'Primary Driver': userDetails });
Navigate(CarChecker_ListCars,ScreenTransition.Fade);
table lookup column.

My save button

error given when hovering.
