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 / Very simple question f...
Power Apps
Unanswered

Very simple question for a beginner

(0) ShareShare
ReportReport
Posted on by 101

I have connected my project to a sharepoint list - the sharepoint list is set up to align with certain inputs within the app I am building.

Let's say I have a column in sharepoint list called "Name of Respondent".

when I input a textbox in the power app, how do I get it to save to the specific column in sharepoint titled "Name of Respondent". I have read up on the patch function, but it feels like that's to save the ENTIRE form and I am confused on how to direct certain inputs with certain sharepoint list columns.

Thanks!

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

    SubmitForm is to save entire form. If you want to save just one column. Take a button set it's OnClick property to:

    Patch(ListName,Defaults(ListName), {"Name of Respondent":TextInput1.Text})

  • water-guy-5 Profile Picture
    101 on at

    There is no OnClick just OnSelect, and when I use that exact formula my sharepoint column name in the "  " is not recognized

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @water-guy-5 

    I'd recommend using a Form over trying to build out all the controls yourself.  PowerApps will tie all the record columns and controls together for you.  Then a simple SubmitForm will put all the data exactly where it needs.  

    Building it out yourself just is a lot more work than you need to do.

     

    As for your specific response to the last post, your formula is wrong and the behavioral action is not correct.  You would have put this on the OnSelect action of the button:

        Patch(ListName, Defaults(ListName), {'Name of Respondent' : TextInput1.Text})

     

    Note, if you are trying to create a record with the above formula every time, then you can also use:

        Collect(ListName, {'Name of Respondent' : TextInput1.Text})

     

    I hope this is helpful for you.

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard