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 / Dropdown selected + sa...
Power Apps
Answered

Dropdown selected + save to Database

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

 

 I Have a dropdown , the selected values should display in the Label , And save to Database.

 

Thankyou

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

    @Anonymous 
    What is your question?   I do not see any question here.

     

    Its a good idea to post more information than you current have.  A screenshot of your app, a description of exactly what you want to accomplish and what you have tried so far are all good places to start. 

     

    ---
    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."

  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

    Which formula do you use to submit your data back to data source? SubmitForm function or Patch function?

     

    If you want to display the Dropdown selected value within a Label, please set the Text property of the Label to following:

    Dropdown1.Selected.Value

     

    If you want to submit your data back to your data source using SubmitForm function, you should bind the Dropdown selected value with proper field from your data source. Set the Default property of the field Text Input box in your Edit form to following:

    Dropdown1.Selected.Value

     

    If you use Patch function to submit your data back to your data source, please try the following formula:

    Patch(
     'Your Data Source',
     Defaults('Your Data Source'),
     {
     FieldName: Dropdown1.Selected.Value
     }
    )

     

    Best regards,

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 519 Most Valuable Professional

#2
11manish Profile Picture

11manish 489

#3
Haque Profile Picture

Haque 327

Last 30 days Overall leaderboard