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 default prope...
Power Apps
Answered

Dropdown default property from a choice column in sharepoint

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello, I've got a PowerApp with a dropdown in it and I'm trying to put a field of a row inside the Default property of this dropdown but then I gave up and that's why I'm here asking for help. D=

The column I'm trying to reach is a Choice type column in SharePoint.

 

This is the formula I managed to make so far after 4hours of attempts approximately:

First(Filter(
NameOfSharePointList;

columnTitle = "0001"));

{columnLanguage: {Id: dropdownLanguage.Selected.Id;

Value: dropdownLanguage.Selected.Value}})

 

From what I know I need to put a Filter function and to reach a specific column in a specific row, but nothing I've tried so far works.

 

Thanks, ProNewbie.

Categories:
I have the same question (0)
  • Verified answer
    RezaDorrani Profile Picture
    12,145 on at

    @Anonymous 

     

    To get the data from the choice column type

     

    use Lookup(NameOfSharePointList, columnTitle = "0001").columnLanguage.Value (this will give you the text in the choice field)

     

     

    Regards,

    Reza Dorrani

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Tested and it works!

    Thank you so much, I completely forgot about the LookUp() function.

     

    ^_^

    ProNewbie.

  • Verified answer
    RezaDorrani Profile Picture
    12,145 on at

    Hi @Anonymous 

     

     Lookup(NameOfSharePointList, columnTitle = "0001").columnLanguage.Value

     First(Filter(NameOfSharePointList, columnTitle = "0001")).columnLanguage.Value

     

    Both will work

    However performance wise Lookup is better

    Lookup only returns 1 record

    Filter returns a collection and hence we have to do First after that

     

    Regards,

    Reza Dorrani

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Ok, thanks for the tip also.

     

    ProNewbie.

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 337 Most Valuable Professional

#2
11manish Profile Picture

11manish 173

#3
Valantis Profile Picture

Valantis 86

Last 30 days Overall leaderboard