
Announcements
I have a custom Dataverse table called Books and the record ownership is User or Team. But when I try to set a team as the owner of the record I am getting error "The requested operation is invalid".
What am I doing wrong here?
It seems to be working fine for me. Can you try to set that team value into the variable with a dummy button and see if the record is correct?
Set(
gblTeamToSetAsOwner,
LookUp(
Teams,
'Team Name' = "Developers"
)
);
Can you please also check if that team has a property security role assigned to own that record? (e.g. Read privilege to the Book table). You can verify it by manually assigning the Book record to that team in the model-driven app (create a dummy one if there is none)