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 / Collecting local colle...
Power Apps
Answered

Collecting local collection to sharepoint list

(0) ShareShare
ReportReport
Posted on by 504

Hey Guys, I have a collection of 30 records and I want everything to load to the Sharepoint List however there are some Columns that has different name and on the sharepoint it is a choice column and on my collection is only text. as well as on sharepoint it's Person/Group and on my end it's only TextInput1.Selected.DisplayName.

 

How can I do this? Please help me  and thank you

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @nagestiada ,

     

    I assume the person column do not allow multiple selections , you could try:

    ForAll(
     CollectionName,
     Patch(
     TheSPList,
     Defaults(TheSPList),
     {
     SPListColumn1:CollectionColumn1,
     SPListColumn2:CollectionColumn2,
     SPListColumn3:CollectionColumn3,
     SPListPerson: 
     {
     '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
     Department: "",
     Claims: "i:0#.f|membership|" & First(Office365Users.SearchUser({searchTerm:CollectionUserNameColumn})).Mail,
     DisplayName: CollectionUserNameColumn,
     Email: First(Office365Users.SearchUser({searchTerm:CollectionUserNameColumn})).Mail,
     JobTitle: "",
     Picture: ""
     }
     }
     )
    )

     

    Best Regards,

    Bof

  • nagestiada Profile Picture
    504 on at

    @v-bofeng-msft, Sorry, I have one column that allows multiple selection with peoplepicker and another for combobox. How do we do it?

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 345 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 177

Last 30 days Overall leaderboard