SOLVED

Auto populate SharePoint list with create user details

Copper Contributor

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

@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 

 

I am the global admin

@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 :)

 

@Ali Murtaza 

 

Do you have any examples?

 

Also where do you add the java scripts?

best response confirmed by Jbrines1969 (Copper Contributor)
Solution

@Jbrines1969 Check this for reference 

 

https://www.youtube.com/watch?v=B5x3rLe_j8c

using power automate

This video explain how to auto fill SharePoint List Form fields using MS Power apps. Below is the code to auto fill person field to the current logged-in user when a user open new form to add record. Support me with your Amazon purchases, click here: https://amzn.to/3e6ZrSM Code: { ...
1 best response

Accepted Solutions
best response confirmed by Jbrines1969 (Copper Contributor)
Solution
This video explain how to auto fill SharePoint List Form fields using MS Power apps. Below is the code to auto fill person field to the current logged-in user when a user open new form to add record. Support me with your Amazon purchases, click here: https://amzn.to/3e6ZrSM Code: { ...