Re: How do I send an email notification to a user when a task status has been complete in Dynamics HR (dataverse)?
Hi Charlie,
The first half of the automation works. However, when I get to the compose section the data for assigned worker ID spits out information that is completely different to the personnel number shown in dataverse data tables, see below:

in powerapps:

If I was to put in: outputs('Get_a_row_by_ID')?['body/_cdm_assignedworkerid_value@Microsoft.Dynamics.CRM.lookuplogicalname']
what would come up is just cdm_worker
If i put in _cdm_assignedworkerid_value : a random number being' 0673ef6c-2054-ec11-8f8e-00224815a1b6' would appear.
I also tried:
cdm_assignedworker :

but nothing comes up in the compose.
it seems like my data isn't reading the worker number at all?