Announcements
I have created an app with several textboxes, date fields, and yes/no toggles. I'm populating fields based on data entered into another field from on-prem SQL. I have toggle that if selected open new parts of the form.
My issue is now is that I can't submit the data 😐
Hi @SharePointAU,
Could you please share a screenshot of the controls you used here?
By the way, to submit data, you used the EditForm control, or the patch() function, and any error messages?
If the EditForm is used here, then please follow the article below to configure the related properties:
Edit form and Display form controls in PowerApps
For Patch function, please see:
Patch function in PowerApps
Regards,
Michael
Thank you! I had to use Patch... but PowerApps is crazy picky with it's data calls, and seem to be different more often than not. I was having a real hard time figuring out how to get the Patch to pull the data from the form and update SharePoint with it. HOWEVER! Community to the rescue. The article below nailed it!
https://powerusers.microsoft.com/t5/General-Discussion/Patch-Function-Not-Submitting-to-SharePoint-Online/m-p/6596#M2968
This is the formula that helped me from this article:
Patch(ListName,Defaults(ListName),{Title: "ListName",InternalColumnName1: "TextBox1.Text",
InternalColumnName2: "TextBox2.Text",
InternalColumnName3: "TextBox3.Text",
InternalColumnName4: "TextBox4.Text"});Navigate(BrowseListName, ScreenTransition.Fade)
Hello. I am new to Powerapps. I want to capture an image and get its geo location and save it to the sharepoint list. I thinking if it is possible.
@SharePointAU wrote:I have created an app with several textboxes, date fields, and yes/no toggles. I'm populating fields based on data entered into another field from on-prem SQL. I have toggle that if selected open new parts of the form. My issue is now is that I can't submit the data 😐
Thanks.
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 610
Haque 317
WarrenBelz 315 Most Valuable Professional