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 / Form entry still appea...
Power Apps
Answered

Form entry still appear after submitting the form

(0) ShareShare
ReportReport
Posted on by 27

Hey, I've created a form in power apps for my team. The form has a SharePoint list as the data source. Sometimes when I submit the form the information populates to the SharePoint list, but the data I entered still appears on the form as if it didn't submit. This causes people to hit the submit button several times thinking their entry didn't enter which causes multiple items. What can I do to save this issue?

 

dreaves1_0-1598636901327.png

 

 

 

Categories:
I have the same question (0)
  • Danny_L Profile Picture
    150 on at

    On the Submit button, choose OnSelect and do ResetForm(Form#) and that should clear it after submission. Form # is whatever your Form # is labeled.

  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi@dreaves1,

    Based on the issue that you mentioned, do you want to reset the Form1 after submission?

    Could you please share a bit more about your scenario?

    Please try the set the OnSuccess property of the EditForm1 as below:

     

    NewForm(Form1)

     

    The NewForm() function makes the form populated with default values and the user can modify the values of the fields. 

     More details you check the following article for details:

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-form

    Best Regards,

    Qi

  • dreaves1 Profile Picture
    27 on at

    After I submit my information into the form, I want to make sure the field clear afterwards.

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi@dreaves1,

    No matter the NewForm() function or the Reset() function, it will always change your form to the original default mode. For example, there so many ComboBoxes within your form, the DefaultSelectedItems property you set for these ComboBoxes will directly determine how the data will be displayed after it is reset. 

    If you set the DefaultSelectedItems to a specific value, it will always display it after it is reset, so as all of the controls within your form.

    I know that you want to clear the field once you submit the form, so you should set the Default or DefaultSelectedItems of these controls within your form.

    As an example, for a TextInput control, you should set the Default property as below:

     

    ""

     

    For a ComboBox, you should set the DefaultSelectedItems property as below:

     

    []

     

    For a DatePicker, do the same to DefaultDate property as below:

     

    ""

     

    And for the Time Dropdown, you can set the Default property as below:

     

    ""

     

    Set the OnSelect property of the Submit Button as below:

    SubmitForm(EditForm1);ResetForm(EditForm1)

    Check the following Gif.

    0901Gif2.gif

    Best Regards,

    Qi

     

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard