web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Dataverse Users Table ...
Power Apps
Answered

Dataverse Users Table doesn't work

(1) ShareShare
ReportReport
Posted on by 5

Dear all,

 

I've been trying to change the data in a polymorphic field: The Owner field.

I tried this with the following patch:

ElectroJob2_0-1674049520941.png

But when this patch executes i get the following error message:

ElectroJob2_1-1674049569014.png

 

It is in Dutch but in English it means: The requested operation is invalid. Serveranswer: Users failed: Something went wrong.

I have the same question (0)
  • Verified answer
    PowerThomas Profile Picture
    288 on at

    Hi @ElectroJob2,

    You can skip the AsType function and just directly Patch the Owner with a User record.

    Another thing is that you need to select the `Primary Email` of the user you are looking up.

     

    Which makes your formula look like this in Dutch notation:

    Patch(
     Accounts;
     LookUp(
     Accounts;
     FysiekdeskRows.Selected.Account = Account
     );
     {
     Eigenaar: LookUp(
     Gebruikers;
     'Primair e-mailadres' = User().Email
     )
     }
    );

      

    Also make sure the user performing this action should have `Assign` permissions on the Accounts table.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 352 Most Valuable Professional

#2
11manish Profile Picture

11manish 192

#3
Valantis Profile Picture

Valantis 128

Last 30 days Overall leaderboard