Hi,
I have to get the manager display name and email from the WF initiator.
I'm trying to use the WorkFlow context properties "Manager display name" and "Manager email address" we're getting empty strings on those properties.
Is there a need to crawl de People properties to get those values?
Additionally I tried to get those values by using the O365 Query User Profiles, but the email address that i need to properly get the manager it is not the same than the email address on the "initiator email address" from the WorkFlow Context properties. Is there any way to achieve that without using RestAPI?
Thanks,