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 / Power App is not submi...
Power Apps
Answered

Power App is not submitting one column to Sharepoint

(1) ShareShare
ReportReport
Posted on by 134
I have built a very basic Canvas app to submit information to a sharepoint and for some reason the last multiline text box will not submit the information to the sharepoint. I have 4 other multiline text boxes that are exactly the same and they work fine. But this one box will work like 1 every 50 submissions. It's very odd.




My update for the data card is the correct box (DataCardValue13_3.Value) and the default is ThisItem.NewBusinessKeptComments which is the correct column name in the sharepoint. I get no errors from Power Apps either. The DataCard value dropdown is Parent.Default.

Like I said this works for all my other multiline text boxes, but just randomly stopped for this last box. I have deleted the field and re-added, also tried deleting the column in sharepoint and re-added. I added a new screen and tried submitting and even tried adding a new text input box to submit and still would not consistently post to the Sharepoint.

My submit button is this: 
SubmitForm(Form1_2); Navigate(Screen1); Set(CurrencyValue,Blank()); Refresh('Advanced Technical Training')
 
Any ideas would be greatly appreciated!!
Categories:
I have the same question (2)
  • gstredny Profile Picture
    134 on at
    Well I figured it out. It was something with those DataCard multiline boxes. I changed them to RichTextEditor boxes and those work!
  • gstredny Profile Picture
    134 on at


    The issue actually appears to be the inputs that say "Preview" that causes issues. You have to use the classic.
  • Verified answer
    ivan_apps Profile Picture
    2,189 Moderator on at
    Glad you figured out a workaround!
    If I could give you any other advise is to not Navigate() directly after a form submit.  If your form submit fails or succeeds, you have navigated away so you don't see it.  SubmitForm() should generally be the last thing your button press does, add everything else to the form's OnSuccess or OnFailure events so that you let the async processing work and then react on the result.  
     
    Perhaps the form submission is failing, if you chain your navigate to form success you may see the error. Add Notify() to alert you of changes.  Form.LastSubmit will then let you know what the pushed values are, so you can check to see if your multiline succeeded, and perhaps do a Patch() in case it didn't.
     
    Last troubleshooting advise is to run the "Monitor" to see the network traffic and see if you see any failures.
     
    Good luck!

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 842

#2
Valantis Profile Picture

Valantis 563

#3
Haque Profile Picture

Haque 402

Last 30 days Overall leaderboard