Hi @eculpepper
In Nintex Workflow 0365, use the "Office 365 Query User Profile" to find the an Employee's Manager.
https://help.nintex.com/en-US/Office365/Designer/Actions/Office365QueryUserProfile.htm
You can also get an Employee's Manager using Nintex Form 0365 (New Responsive Form)
When Employee field is filled (Employee not equal ""), set the Manager value to the formula
userProfileLookup([Form].[Employee],"Manager")
NOTE: Getting the Manager name depends on the organization AD setup. Some users do not have Managers. Your workflow needs to mitigate for this situation
Thanks @Garrett ! So I am not using a Nintex form for this so I tried looking into using the Office 365 Query User Profile and I tested it and nada.
I included a screenshot of what I populated the fields with but to be honest, I was guessing at the Connection and user name (email address)...am I supposed to fill in my email address there? What is it really looking for there?
Hi @eculpepper
SharePoint URL: <Your SharePoint URL>
Connection:
User Name: <The employee email address which you want to find his/her manager>
Property: Manager
Store Property in: <Your variable>
Help: https://help.nintex.com/en-US/Office365/Designer/Actions/Office365QueryUserProfile.htm
If you insert your name (must be an email address), you should get your Manager name in the output.