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?
Solved! Go to Solution.
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,
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,
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
196 | |
175 | |
62 | |
33 | |
32 |
User | Count |
---|---|
339 | |
270 | |
109 | |
76 | |
59 |