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 / Text input box value t...
Power Apps
Answered

Text input box value to SharePoint list after pressing a button

(0) ShareShare
ReportReport
Posted on by 77

Hello,

I have two text input boxes(datacards), "Name" and "Firm". I want the value of these to populate new rows on a SharePoint list, after pressing a button. How can this be done ?

Categories:
I have the same question (0)
  • Verified answer
    mdevaney Profile Picture
    29,991 Moderator on at

    @fishbicki 

    Put this code in the OnSelect property of a button.  It will insert a new row in your SharePoint list with the data.

    Patch(
     your_datasource_name,
     Defaults(your_datasource_name),
     {Name: TextInput_Name.Text, Firm: TextInput_Firm.Text}
    )

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • fishbicki Profile Picture
    77 on at

    Works wonderfully, thank You!

    And a new question came - How in addition can that button clear the text fields after pressing it ?

    or maybe an OnVisible sytax for the screen that resets the fields ?

     

    *got it, in OnVisible: Reset(TextInput_Firm);;Reset(TextInput_Name) 

     

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

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 899

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 499

Last 30 days Overall leaderboard