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 / Can I submit a form an...
Power Apps
Answered

Can I submit a form and a collection to a SharePoint list simultaneously?

(0) ShareShare
ReportReport
Posted on by 118

Hello All,

 

I have a page on my app that is two parts, one part is a form pulling from sharepoint list and the other is pulling from a SQL data connection. After users fill out the form and select their item (on check creates a collection), I want them to be able to submit the form data and the collection to a sharepoint list as one item. Right now the code I have on the submit button is only populating the data for the collection. Is there somewhere in my submit code that I can have the form data be updated on submit as well? Or does the checkbox need to trigger the form data to create a collection? Please let me know if I can explain further. 

 

SUBMIT BUTTON: ForAll(colResults, Patch('Transfer Sheet & Product Availability', Defaults('Transfer Sheet & Product Availability'), {QuantityType:QuantityType,Bin:bin,QtyAvailable:QtyAvailable,Item:itemnmbr,'Lot No':lotnumbr}))

 

ebraga_0-1605029427676.png

 

Categories:
  • Verified answer
    JR-BejeweledOne Profile Picture
    5,836 Moderator on at

    The Answer is YES.

     

    Modify your patch statement like this:

     

    ForAll(colResults, Patch('Transfer Sheet & Product Availability', Defaults('Transfer Sheet & Product Availability'), {QuantityType:QuantityType,Bin:bin,QtyAvailable:QtyAvailable,Item:itemnmbr,'Lot No':lotnumbr}, FormXXXX.Updates))

  • ebraga Profile Picture
    118 on at

    Thank you so much!

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
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard