Forum Discussion
Record responses to SharePoint List - Username not included
I have form and in the settings it is set to record respondent names. I also have a flow to copy responses to a SharePoint list.
Everything is working fine except I do not seem to be able to get the user name from Forms (I have the user email address from AD). Anyone able to advise?
IMAX99 make sure you've added a get user profile (v2) to your flow with the Respondent's email in the User (UPN) box. You can then get the user display name or other details into your SharePoint list.
Rob
Los Gallardos1-GetUserProfile
10 Replies
- RobElliottSilver Contributor
IMAX99 make sure you've added a get user profile (v2) to your flow with the Respondent's email in the User (UPN) box. You can then get the user display name or other details into your SharePoint list.
Rob
Los Gallardos1-GetUserProfile
- Sruti92Copper Contributor
RobElliott while creating a flow to record responses onto Sharepoint, the Create Item action is asking for few fields such as AM Claims and CS POC Claims. In my SP list, 'AM' and 'CS POC' are Person type columns.
Not sure what should be the Input value for these fields.
Can somebody help on this.
- PriscillaPCopper Contributor
RobElliott Worked like a charm for me as well. Thank you!
- Deleted
RobElliott Hi I don't see any of the fields like "Display Name" as available for the list view when using this method, only ones available for me are values starting with "Users from Graph API" when using "Get User Profile (v2)". Is there another method for getting the name. Thanks.
- RobElliottSilver Contributor
Deleted are you able to post a screenshot of the office 365 Users fields available to you when you are in the SharePoint Create item action (having added the Resonders email into the Get User Profile (V2) first of course)? I can't think of any reason why you wouldn't have the user fields available to you.
Rob
Los Gallardos
- IMAX99Copper ContributorThanks for the response. Final solution given by Rob Elliott, quite similar but easy emough for a newbee like me to understand.