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 Value Functio...
Power Apps
Answered

Dropdown Value Functionality

(1) ShareShare
ReportReport
Posted on by 30

Hello,

 

This is a very basic question but I have been curious about two different ways of using a form to upload data to a sharepoint list. I have a sharepoint list which has some columns that have choices. I implemented the form into my app and there are two dropdowns in the form that pull from the choice columns. When I use the patch and default function to insert data into the sharepoint list, I found two different ways of inputting the dropdown data into sharepoint. One of them is {Column1: datacardvalue1.Selected} and another one is {Column2: datacardvalue2.Selected.Value}. What is the difference in just using the ".Selected" vs. using the ".Selected.Value"? I have gotten both to input data. Can I go more in depth with one vs the other? I am just curious.

 

Thanks.

Categories:
  • poweractivate Profile Picture
    11,078 Most Valuable Professional on at

    @jogar10 

     

    No, they are not the same.

    I'll explain it to you with an example shortly.

  • Verified answer
    poweractivate Profile Picture
    11,078 Most Valuable Professional on at

    @jogar10 

     

    There is a significant difference.

    For a Dropdown control, Dropdown1.Selected is a Record type, rather than the value itself that you see inside of the dropdown. A Record type will give an error when put into, say, the Text property of a Label field, but will work fine in the Items property of a Gallery. Technically, a Gallery is expecting a Collection (multiple records), rather than just a single record, but it will still accept even just a single Record. Here's an example:

     

    9622_a.png

     

    Notice the above, which is the Text property of a Label - Dropdown1.Selected results in an error. The Text property of a Label, cannot be a Record. The Selected property, gives a Record.

     

    On the other hand, putting it in a Gallery, works fine...

     

    9622_b.png

     

    Not only that, but we can see in the formula bar, it's a record, specifically like this:

     

    {Value:1}



     

     

    On the other hand, Dropdown1.Selected.Value is not a Record type. It gives an error when put into, say, a Gallery's Items property, which expects a Collection or at least a Record - however, this one works fine in the Label's Text property.

     

    Here's an example:

     

    9622_d.png

     

     

    Notice Dropdown1.Selected.Value does not give a Record type, so this cannot be in the Items property of a Gallery and gives an error as shown above.

     

    On the other hand,

     

    9622_c.png

     

     

    on the Text property of a Label field, it works. You can also see that Dropdown1.Selected.Value gives a result of just 1 - rather than a Record of {Value:1}

     

    So, there is a very significant difference between  Dropdown.Selected and  Dropdown.Selected.Value as you can see above.

    See if it helps @jogar10 

  • jogar10 Profile Picture
    30 on at

    Thank you. That really helped to clarify what the difference was there. When I was watching a bunch of YouTube tutorials, I saw different people use both of those so I was curious what the difference was to using them.

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

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 393 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 278 Most Valuable Professional

Last 30 days Overall leaderboard