Forum Discussion
Jbrines1969
Jan 25, 2021Brass Contributor
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?
- Jan 25, 2021
Jbrines1969 Check this for reference
https://www.youtube.com/watch?v=B5x3rLe_j8c
using power automate
Ali Murtaza
Jan 25, 2021Brass Contributor
How much configuration, you can do?
If not, then to see the department name or anything, it will be come on popup on hovering.
- Jbrines1969Jan 25, 2021Brass Contributor
- Ali MurtazaJan 25, 2021Brass Contributor
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 🙂
- Jbrines1969Jan 25, 2021Brass Contributor