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.

Report
All responses (
Answers (