I have a SharePoint List with two columns to get information from AD
- Manger Details – Am using Get manger(v2)- to fetch manager information from AD
- Fetch User’s Office Location from AD or SharePoint User Profile.
I have a working flow at the moment-
>Flow Details <
1. When an item is created, it sends out an email to the "Assigned to person" which is (people or group column) in custom SharePoint List.
2. Then it fetchs manager info of that user and updates the same in to SharePoint List.
Now am not sure where and what action to use in order to fetch the user’s office location.
-----------------------------------------------

Trying to fetch office location of user to who the task will be assigned to from the people or group column in the SharePoint and update the office location from AD to SharePoin list filed called "Advice Center"
Thanks in advanced for helping me out.