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 / Submit All & Saving to...
Power Apps
Unanswered

Submit All & Saving to Collection

(0) ShareShare
ReportReport
Posted on by 214

Got a question for the community here. I need to do two things to my current app. Currently each text field I'm running the following. Which is very ineffective. As it takes time to write to SQL and in some instances I may not have a good enough internet connection. 

Patch('[dbo].[Scoring]',ThisItem,{'B1 T':'Bay 1 Time'.Text})

How could I change it so that for each text box, it's writing to the local collection for that particular EntryID. Saving the Data to the Collection. 

Finally how would I create a Submit ALL button for only the rows that are showing? Right now I have Submit buttons for each row, which is very ineffective in terms of submitting information.

LyonsBI_BRL_0-1621839795509.png

 

Categories:
I have the same question (0)
  • CNT Profile Picture
    10,921 Super User 2024 Season 1 on at

    @LyonsBI_BRL You can patch all the fields like this (I've shown a few but you can add all of them9,

    Patch('[dbo].[Scoring]',ThisItem,{'B1 T':'Bay 1 Time'.Text, 'B2 T':'Bay 2 Time'.Text, 'B2 T':'Bay 2 Time'.Text})

    If you want to Submit all your records, you have to put it through a ForAll loop.

    ForAll(yourCollection, Patch(.....))

     

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

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard