Hello,
I'm struggling with finding a way to retrieve Dataverse user ID that's needed to update 'Owner' field.
I have a Dataverse table, which consists of around 40K records - I have a 'Supervisor email' field that I would like to use and update 'Owner' column. Owner field will allow to apply filters so that one Dataverse view will be used by approx 500 supervisors to see their own records.
Records are imported periodically from Excel file, so I can't really use system fields, like 'Created by' because I'm the creator of all these records.
I created Power Automate flow that lists Dataverse table records and then gets user details with 'Get user profile (V2)' connector from 'Supervisor email' field. I thought that User ID can be used to update 'Owner' field in Dataverse, however it looks like it needs a Dataverse user ID (systemuserid), because it's getting me errors.
Is there a way to retrieve Dataverse user ID from User ID field (Get user profile V2 connector)? Or maybe there's another way of retrieving Dataverse user ID from Supervisor email field?


