Uwak Peter

Uwak Peter

  • 1.6k
  • 102
  • 7.4k

How to Change Dataverse Owner Record based on user Email Address

Jan 12 2025 8:07 AM

I'm trying to do a filter in a table where the current user can only see their own records.

The records in the table only show the user who created the record as owner of all the records, this is because we were importing the records from excel.

I want to be able to reassign ownership of each record to individual users using their email addresses.


I have tried the below, but it is not working, any assistance will be appreciated.

I have tried the codes below on the compose action:

 

first(body('list_rows_2')?['value']?['systemuserid'])

first(outputs('List_Rows_2'))['systemuserid']