Announcements
I create a PowerApps app and I am wanting the Form Fields and data to show up in a SharePoint list is that possible. I know I can create an app from the SharePoint list but the app is already created and there are quite a few fields.
Hi @lbolin ,
If you’ve an existing Power Apps app and want the form fields and data to show up in a SharePoint list, you can follow these steps:
Edit the Existing Power App:
Add SharePoint List Fields:
Bind Form Fields to SharePoint List Data:
Test the Form:
Publish the Updated App:
Customize the ‘New Item’ Text (Optional):
Remember that you can customize the form further by adding features like validation rules, error messages, and additional controls.
You can refer the below links for more clarification:
https://powerusers.microsoft.com/t5/Building-Power-Apps/Sharepoint-Fields-are-not-showing-in-Power-Apps-form/td-p/631394https://powerusers.microsoft.com/t5/Building-Power-Apps/Using-Powerapp-to-send-data-to-a-Sharepoint-list/td-p/1825928https://www.matthewdevaney.com/power-apps-customize-a-sharepoint-list-form/https://www.matthewdevaney.com/absolute-best-way-to-make-multiple-page-forms-in-power-apps/
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
@SunilPashikanti (Super User)
Of course you can.
now you can connect your fields to the SharePoint List Columns, by using the Patch function in the OnSelect of a Save button.
something like this:
Patch(List1,Defaults(List1),{column1:TextInput1.Text,column2:TextInout2.Text})
Please like the reply and/or accept it as the solution if the answer is what you were looking for.
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 530
WarrenBelz 459 Most Valuable Professional
Haque 314