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 / Updating sharepoint da...
Power Apps
Unanswered

Updating sharepoint data from textinput

(0) ShareShare
ReportReport
Posted on by 13

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?

Categories:
I have the same question (0)
  • alaabitar Profile Picture
    1,503 Super User 2024 Season 1 on at

    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

  • someone________ Profile Picture
    13 on at

    Hi @alaabitar and thank you for your answer. I will try that one!

  • ganeshsanap Profile Picture
    1,555 on at

    @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 👍

     

  • NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on at

    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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 474

#1
Valantis Profile Picture

Valantis 474

#3
WarrenBelz Profile Picture

WarrenBelz 375 Most Valuable Professional

Last 30 days Overall leaderboard