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 filled with inval...
Power Apps
Answered

Form filled with invalid data (default) - PowerApps - Sharepoint

(0) ShareShare
ReportReport
Posted on by

When I save the form, it will replace the information I entered with other information I didn't enter ...

this 9999 yyyyyy (image)
Does anyone know where he can be pulling this from?

 

image.png

Categories:
I have the same question (0)
  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @augustopovoa ,

    Do you custom a form in your SP List using PowerApps?

    Have the entered form data been saved into your SP List with proper data when you click "Save" button?

     

    Based on the issue that you mentioned, I have made a test on my side, and don't have the issue that you mentioned. Please consider edit your custom form app, then set the OnSave property of SharePointIntegration control to following:

    SubmitForm(SharePointForm1);ResetForm(SharePointForm1)

    Set the OnNew property of the SharePointIntegration control to following:

    Refresh('Your SP List'); // Add formula here
    ResetForm(SharePointForm1);
    NewForm(SharePointForm1)

    Set the OnEdit property of the SharePointIntegration control to following:

     

    Refresh('Your SP List'); // Add formula here
    ResetForm(SharePointForm1);
    EditForm(SharePointForm1)

     

    Set the OnView property of the SharePointIntegration control to following:

     

    Refresh('Your SP List'); // Add formula here
    ResetForm(SharePointForm1);
    ViewForm(SharePointForm1)

     

     

    Please consider take a try with above solution, then check if the issue is solved.

     

    Best regards,

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 352 Most Valuable Professional

#2
11manish Profile Picture

11manish 192

#3
Valantis Profile Picture

Valantis 128

Last 30 days Overall leaderboard