Forum Discussion

Phishdawg's avatar
Phishdawg
Brass Contributor
Aug 23, 2023

Retrieve Employee AD Job Title to SP List

I have an SP List I am using to manage access/permissions in a Power App. The 'EmployeeName' is a Person/Group column. I am using the following code at 'OnStart' of my app to check to...
  • ganeshsanap's avatar
    ganeshsanap
    Aug 24, 2023

    Phishdawg No, it will not cause any functional conflict and Job Title will be saved in the list without any issue.

     

    In the first formula I suggested to add in App.OnStart only fetches the currently logged in user's information from Office 365 connector. So, it will not conflict with the 2nd formula.

     

    By default in Power Apps, formulas run in the sequential manner. So, first it will fetch the user information from Office 365 connector and then it will check if user is available in the SharePoint list or not - and then add user information to SharePoint list. Try it once and let me know if you face any issues.


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

Resources