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 / PowerApps customize fo...
Power Apps
Answered

PowerApps customize form - unable to submit data to Sharepoint list: There was a problem saving your changes. Data source may be invalid

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I am a no voice in PowerApps and have been developing a custom form from the SharePoint list. I am unable to save the form data from SharePoint list through Powerapp form, I am able to save data from Powerapp tool to SharePoint list though.

I have tried refreshing the SP list, form by removing the powerapp form option in Form settings and adding back the powerapp form multiple times. Still no luck! Also verified if the list had any mandatory columns to be filled, but none.

 

Form's Item property is set to: If(IsBlank(SharePointIntegration.Selected) || IsEmpty(SharePointIntegration.Selected),First('Volunteer Tracker'),SharePointIntegration.Selected) by default.

 

Since I am unable to debug the Powerapp form, I do not understand the exact issue. Please help me with this. Thanks.

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

    Hi @Anonymous ,

    I have made a test on my side, and don't have the issue that you mentioned.

     

    Please consider clear cache of your browser, then sign in your SP List again, then remove the previous custom form from your SP List, then re-create a new one using PowerApps for your SP List, check if the issue is solved.

     

    In addition, as an alternative solution, please consider use Patch function to submit your form data into your SP List instead of using SubmitForm function. Within your custom form app, set the OnSave property of the SharePointIntegration control to following:

    If(
     SharePointForm1.Mode = FormMode.New,
     Patch(
     'YourSPList',
     Defaults('YourSPList'),
     SharePointForm1.Updates /* <-- SharePointForm1 represents the Edit form in your custom form app */
     ),
     Patch(
     'YourSPList',
     SharePointIntegration.Selected,
     SharePointForm1.Updates
     )
    );
    ResetForm(SharePointForm1);
    RequestHide()

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

     

    Best regards,

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @v-xida-msft,

     

     

     

     

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

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard