web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / USER not found error m...
Power Apps
Answered

USER not found error message

(0) ShareShare
ReportReport
Posted on by

Hello all, i am new in power apps and i am having the followin issue:

 

I have a sharepoint list with various fields. One of the fields is sharepoint groups that i created to control user access to the list content. So far so good. I created a power app when to create a new item in the list to have a better user experience. The problem is that when i use the power app i receive the error message : user not found related to the sharepoint group i created. Is there any way to bypass the problem? I tried to add a button with patch function but the same message appears. I also tried to make a flow to fill the field automatically but the same error message received.

 

Please let me know if any solution exist. thank you

Categories:
  • Verified answer
    v-yamao-msft Profile Picture
    Microsoft Employee on at

    Hi @Dimis_e,

     

    How was your app created? Could you share more details on it?

    Are you trying to patch value to a column of type Person or group? What’s the function?

    You said that you’ve tried to create a flow to fill the field automatically, how is the flow created?

    Please share more details to help reproduce the issue.

    By the way, person or group column in SharePoint list is considered as a lookup field, we should patch the whole record of the person to this field. I have made the following test using patch function to save data into the Title column and person column.

    The code is configured likes below:

     

    Patch(ListA,Defaults(ListA),{ Title:TextInput1.Text,
    
     person: {'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
    
     Claims:"i:0#.f|membership|test4@xxxxx.onmicrosoft.com",
    
     Department:"",
    
     DisplayName:"Test4",
    
     Email:"Test4@xxxxx.onmicrosoft.com",
    
     JobTitle:"",
    
     Picture:""
    
     }})

     

    1.PNG

    More details on saving data from PowerApps to SharePoint list person or group column, please check the following thread:

    https://powerusers.microsoft.com/t5/General-Discussion/Saving-data-from-powerapps-to-SP-lists-person-Group-column/td-p/77329

     

    Best regards,

    Mabel

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard