Forum Discussion

Jbrines1969's avatar
Jbrines1969
Brass Contributor
Jan 25, 2021
Solved

Auto populate SharePoint list with create user details

I have a SharePoint Online list where users create issues, but I want it to auto populate with their department, email address and phone number.

 

How would I go about doing this?

5 Replies

  • Ali Murtaza's avatar
    Ali Murtaza
    Brass Contributor

    Jbrines1969 

    How much configuration, you can do?

     

    If not, then to see the department name or anything, it will be come on popup on hovering. 

      • Ali Murtaza's avatar
        Ali Murtaza
        Brass Contributor

        Jbrines1969 

        Then you need to add java script on the page to bring the department name and related information from Graph API and populate in text boxes.

         

        With java script you can do anything 🙂