Forum Discussion
Record responses to SharePoint List - Username not included
- Apr 15, 2019
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
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 Gallardos
1-GetUserProfile
- Sruti92Oct 24, 2021Copper 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.
- PriscillaPOct 23, 2019Copper Contributor
RobElliott Worked like a charm for me as well. Thank you!
- AnonymousAug 02, 2019
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.
- RobElliottAug 02, 2019Silver 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- AnonymousAug 02, 2019
RobElliott Here's the options available to me, I don't see the ones you mentioned, everything prefixed with "User from Graph API" but I was able to use the "User from Graph API Display Name" and got it to work.
- IMAX99Apr 16, 2019Copper ContributorSpot on, thank you. Being new to flow I never would have thought to do that.