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 / Map collection data to...
Power Apps
Answered

Map collection data to a SharePoint List field

(0) ShareShare
ReportReport
Posted on by 75

 I am designing a custom form that is used to new entries of a SharePoint list. One of the fields of the list called "Visitors" is designated to store information about 1 or more people.

2020-06-16 15_18_30-Change Column.png

 

Similar to this example: I am using a collection and a form to collect information about the visitors. My goal is to store the collection data into the Visitors column. How can I read and write the collection data to this list column? This collection needs to be connected to the field from the "New Item" form. It also needs to be readable/editable (able to be parsed back into a collection) from any view/edit forms. Can someone please advise me on how I should implement this field?

 

Categories:
I have the same question (0)
  • JayMagness Profile Picture
    1,663 on at

    Hi,

    I recommend you use PowerApps to accomplish all of this.

     

    If you want you can contact me jay@research-nest.com and we can talk about options to help you

     

  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Jsharkey ,

    Could you please share a bit more about the Collection data you used store the visitors info?

    How do you submit your data back to your SP List? Using SubmitForm function?

     

    I assume that you use SubmitForm function to submit your form data (SharePointForm1) back to your SP List, I have made a test on my side, please consider take a try with the following workaround:

    8.JPG

    On your side, please go to your Edit form (SharePointForm1), set the Default property of the Visitors Text Input Box to following:

     

    If(
     SharePointForm1.Mode = FormMode.New,
     Concat(VisitorCollection, Name & Char(13)), // VisitorCollection represents your Collection table
     PlainText(ThisItem.Visitors)
    )

     

    Note: The VisitorCollection represents your Collection table, the Name represents the column in your collection which stores the Visitor name. Please replace it with actual collection name and column name within your app.

    Set the Mode property of the  Visitors Text Input Box to following:

     

    TextMode.MultiLine

     

     

    When your Edit form is in New Mode, the Visitors field Text Box would be populated with concatenated visitor name from your collection table automatically.

     

    Best regards,

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 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard