Hello,
When a user creates an employee record, I can see it in the Record info section (Show all fields)
I need that information in order to use it into a Power Automate Flow , but an OData query returns Dynamics365 Dynamics 365 for Talent as the user
"@odata.type": "#Microsoft.Dynamics.CRM.cdm_worker",
"_owninguser_value@Microsoft.Dynamics.CRM.lookuplogicalname": "systemuser",
"_owninguser_value@odata.type": "#Guid",
"_owninguser_value": "7fbcd54a-21ee-eb11-bacb-00224882da95",
"_ownerid_value@OData.Community.Display.V1.FormattedValue": "Dynamics365 Dynamics 365 for Talent",
"_ownerid_value@Microsoft.Dynamics.CRM.associatednavigationproperty": "ownerid",
"_ownerid_value@Microsoft.Dynamics.CRM.lookuplogicalname": "systemuser",
"_ownerid_value@odata.type": "#Guid",
"_ownerid_value": "7fbcd54a-21ee-eb11-bacb-00224882da95",
"_createdby_value@OData.Community.Display.V1.FormattedValue": "Dynamics365 Dynamics 365 for Talent",
"_createdby_value@Microsoft.Dynamics.CRM.lookuplogicalname": "systemuser",
"_createdby_value@odata.type": "#Guid",
"_createdby_value": "7fbcd54a-21ee-eb11-bacb-00224882da95",
"_modifiedby_value@OData.Community.Display.V1.FormattedValue": "Dynamics365 Dynamics 365 for Talent",
"_modifiedby_value@Microsoft.Dynamics.CRM.lookuplogicalname": "systemuser",
"_modifiedby_value@odata.type": "#Guid",
"_modifiedby_value": "7fbcd54a-21ee-eb11-bacb-00224882da95",
How can i get the user name that created the employee record?
Thanks in advance