Skip to main content
Community site session details

Community site session details

Session Id : Nkhi0nzfKpIc/bies2uEjm
Power Apps - Building Power Apps
Answered

Need help with submitting collection (email list) and form to SharePoint list in one row

Like (0) ShareShare
ReportReport
Posted on 6 Dec 2019 08:40:23 by 96

Hi,

I need help with submitting collection and form to SharePoint list all in one row.

 

MyPeople = collection

Approval = SharePoint List 

Approver = SharePoint List Column

Mail = collection column (I have multiple emails in this column)

 

ForAll(MyPeople, Patch(Approval,Defaults(Approval),{Approver: Mail})); SubmitForm(Form1); NewForm(Form1); Clear(MyPeople)
 
How do I make it so that it updating SharePoint list all in one row?
I just started using PowerApps. I'm still learning. Thanks for your help!
 
Categories:
  • Verified answer
    v-monli-msft Profile Picture
    on 09 Dec 2019 at 08:14:10
    Re: Need help with submitting collection (email list) and form to SharePoint list in one row

    Hi @WhatisPowerApps ,

     

    You can check if one data card is marked as required or not from the property and if you unlock the data card, you can manually set it to be required by setting the Required property to "true".

    Capture.JPG

     

    Regards,

    Mona

  • WhatisPowerApps Profile Picture
    96 on 06 Dec 2019 at 19:11:24
    Re: Need help with submitting collection (email list) and form to SharePoint list in one row

    So.. I came up with moving MyPeople (collection) and From Text to another collection. Then, I move them to SharePoint List. 

     

    Collect(SubForm,{Mail:Concat(MyPeople,Mail,", "),Department:DataCardValue3.Text,Reason:DataCardValue2.Text,Title:DataCardValue1.Text,Status:"Waiting"});
     
    ForAll(SubForm,Patch(Approval,Defaults(Approval),{Approver:Mail,Department:Department,Reason:Reason,Title:Title,Status:Status}));
     
    NewForm(Form1);Clear(MyPeople);Clear(SubForm)
     
    I ran into another problem. It's unable to check the required form text boxes. What would be the best option for me?

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2

Loading complete