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 :
Microsoft Power Up Program Community
Suggested Answer

Power up challenge - submit button not working

(0) ShareShare
ReportReport
Posted on by
Created a new form container for "Submit New task" screen, but submit button not working
Screenshot 2026-02-13 224822.png
I have the same question (0)
  • Kalathiya Profile Picture
    1,069 Super User 2026 Season 1 on at
    Hello @SS-18011732-0

    Could you please share more details about the issue and any relevant code snippets? That will help us troubleshoot.

    ---------------------------------------------------------------------------------
     
    📩 Need more help? Mention @Kalathiya anytime!
    ✔️ Don’t forget to Accept as Solution if this guidance worked for you.
    💛 Your Like motivates me to keep helping!
     

     

  • Suggested answer
    Olufemi 7 Profile Picture
    24 on at
    Hello @SS-18011732-0

    The submit button not working in a Canvas App form is usually a configuration issue.

    Please check the following:

    Submit button OnSelect

    Make sure the Submit button OnSelect property is set to:

    SubmitForm(Form1)

    If it only contains Navigate() or is blank, the form will not submit.

    Form mode

    If this is a “Submit New Task” screen, ensure the form is in New mode.

    Set the screen OnVisible property to:

    NewForm(Form1)

    Without this, the form may not create a new record.

    Microsoft documentation (SubmitForm and NewForm):

    EditForm, NewForm, SubmitForm, ResetForm, and ViewForm functions

     
    Form DataSource

    Confirm that Form1.DataSource is set to the correct table (for example Task_Samples) and that the data source connection is active.
     

    Microsoft documentation (Edit form control):

    Edit form and Display form controls in Power Apps

     
    Required fields

    If any required fields are empty (including hidden ones), submission will fail.

    Check that all required fields are present and that Form1.Valid is true.

    Add success and failure handling for debugging
     

    Form1 OnSuccess:

    Notify("Task submitted successfully", NotificationType.Success);

    ResetForm(Form1)

    Form1 OnFailure:

    Notify("Submission failed", NotificationType.Error)

    Microsoft documentation (Notify function):

    Notify function

    In most cases for a newly created screen, the issue is that NewForm(Form1) was not added to the screen OnVisible property.


     

     

     


     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Microsoft Power Up Program Community

#1
CU01020137-0 Profile Picture

CU01020137-0 3

#2
Olufemi 7 Profile Picture

Olufemi 7 2

#2
timl Profile Picture

timl 2 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Introduce yourself!