Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
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.

  • Verified answer
    PowerThomas Profile Picture
    277 on at
    Re: Dataverse Users Table doesn't work

    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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Microsoft Dataverse

#1
stampcoin Profile Picture

stampcoin 17

#2
mmbr1606 Profile Picture

mmbr1606 15 Super User 2025 Season 1

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics