How can I populate a SharePoint Online List column with the samAccountName AD user attribute when I select a person in another column in the same list.
This might require customization, JavaScript & CSOM.
Regards,
Akshay
Hi Karl,
You need to check out the below link.Â
Hi Karl, samAccountName doesn’t exist within Azure AD. It provides the unique ID for the user in an on-premises AD, whereas Azure AD uses the UPN as the unique ID.
You can get this value by using the Office 365 Users: Get User Profile (V2) action, and provide it with the input from the field you’re completing within the list, and then Update your list item with the UPN.