Announcements
Hi! I cannot solve how to change/update sharepoint list data from many textinput. How I suppose to code the textinput or button to update data?
Hello,
The best way is to leverage a form inside of your powerapps that is linked to your sharepoint list so that you just need to call the submit function and your sharepoint list will be updated.
Best regards,
Alaa
Hi @alaabitar and thank you for your answer. I will try that one!
@someone________ Use Form control in power apps to connect to SharePoint data source & perform add/update operations.
Check this documentation for more information: Edit form and Display form controls in Power Apps
Please click Accept as solution & 👍 if my answer helped you to solve your issue. This will help others to find the correct solution easily. If the answer was useful in other ways, please consider giving it 👍
Hi,
You can add a button to save data to sharepoint list and on click property of that button you can use Patch function -1. To create new item - Patch(SPList, Defaults(SPList), {Title: TextInput1.Text})2. To update - Patch(SPList, Lookup(SPList, ID = ID), {Title: TextInput1.Text})
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 392
WarrenBelz 364 Most Valuable Professional
Kalathiya 271 Super User 2026 Season 1