
Announcements
Hello guys,
I'm trying to get the worker image from the worker personal information in Dynamics 365 Human Ressources to display it in a powerapp. I found that the mshr_hcmpersonimageentity (Dynamics 365 HR Virtual Entity) should be the one containing it. What I don't understand is that in CDS I find that the entity have only two fields (mshr_hcmpersonimageentityid ,mshr_partynumber). The image doesn't seem to stocked in there.
Any way to get it anywhere?
Note:
I know I can access the user image with the office connector in powerapps but my requirement is to have the image uploaded in the personal infos of the worker as mentioned before.
Thank you sincerely,
Best regards
Hi @Anonymous,
Not sure if you got this solved yet and I'm not an Dynamics HR expert, but I don't think image are supported with virtual entities unfortunately. Since the worker table is a virtual entity you won't be able to create a custom field/column to set the image with Power Automate and the Office connector. You might need to create a new custom table/entity with a lookup to the HR worker table and a image field for the worker image. Then with Power Automate you can set the image.
Have you also tried the Dynamics 365 HR forum? https://community.dynamics.com/365/talent/f/dynamics-365-for-talent-forum
Hope this helps...