Hello
How to find Employee Manager by Process.
Regards
Like
Hi!
You can use read element to find employee record and ther read manager value from it: http://prntscr.com/pi74m7. Then you can use second read data element to find contact of this manager.
Best regards,
Angela
Hi Angela
Thanks for your reply.
I did read manager of the employee succesfully, as shown below:
https://drive.google.com/open?id=11oYSOU6VcYFTfe93iUZVA2FYV3XX-Ih7
Regarding second read data to find the contact of this manager, I am doing as below, but it does not return manager contact, what should be the correct filter here.
https://drive.google.com/open?id=14aK6QaF4K1eK7ZPKPoXb2cPTCzVw_Ldp
Best Regards
Saif
Use Employee object for second read data (http://prntscr.com/pix585) and then you can take needed contact from it (http://prntscr.com/pix5r3). Since manager is also part of Employee object it cannot find such contact.