Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Auto Selection(with one main option) for drop down Columns

(0) ShareShare
ReportReport
Posted on by 796

I made an app with my SharePoint list. I need to make auto selection(one main option) for drop down columns(multiple options), if someone wants then can change to other available option.

For example 

 

Column name - Fruits

Options for the column are - 

Mango

Apple

 

I need the column to be auto selected with Apple option( for the user).

If user wants then he can change it Mango.

 

Is it possible in canvas app.

  • Verified answer
    MTNK Profile Picture
    796 on at
    Auto Selection(with one main option) for drop down Columns
    It worked for me. Thanks you @v-jefferni

    Items Property

    Choices([@'SPlist'].'ColumnName')

     
     

    DefaultSelectedValue Property

     

    {Value:"Apple"}

  • v-jefferni Profile Picture
    on at
    Re: Auto Selection(with one main option) for drop down Columns

    Hi @mtsts ,

     

    You need to use Combo box control. In Items property, the formula is:

    Choices(SPlist.ColumnName)

    and in DefaultSelectedItems property, the formula is:

    {Value: "DefaultValue"}

     

    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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1