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

Dropdown Static Value

(0) ShareShare
ReportReport
Posted on by 29

Hi

 

I have a dropdownbox that needs to have a static value, but de list that it's using to get his information is a linked list.

How can I set it to a default value?

 

Thanks

Categories:
I have the same question (0)
  • AshwiniBhandari Profile Picture
    97 on at

    Hi,

     

    Let's assume few things first:

    You have a form named: Form1

    Drop Down control: DropDown1

     

    Select the data card value of DropDown1 and set it's Default property to:

     

    If(Form1.Mode=FormMode.New, {Value: "YourDefaultValueHere"},Parent.Default)
  • Double_v Profile Picture
    29 on at

    I can submit the form but the value does not appear in my list

  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @Double_v,

    Could you please share a bit more about the scenario:

    1. how you set the Items of the dropdownbox ?(IMPORTANT)
    2. what is the column type of the column corresponding to the dropdownbox from your data source where you want to submit data to?
    3. is this dropdownbox a Combo Box or a Dropdown?

    Do you want this dropdownbox to keep the static value always?

    If you want this dropdownbox to keep a static value always,  how you set the default value depends on how you set the Items property of the dropdownbox .

    I have a similar test for you, please check as below.

    In my scenario, I have a Choice column to store the Dropdown selected and I populate the Dropdown with a Text column from the linked list.

    I just assume that you want keep the Combo Box display a static value always

    I set the Combo Box Items as below:

    Filter(LinkList,TextColumn="Value").TextColumn

    Combo Box DefaultSelectedItems property:

    LookUp(LinkList,TextColumn="Value")

    Set the Update property of the data card:

    DataCardValue4.Selected

    Note that DataCardValue4 represents the Combo Box

    Check if it could help you.

    Regards,

    Qi

  • Verified answer
    Double_v Profile Picture
    29 on at

    Hi @v-qiaqi-msft 

     

    I solved it with the help of my colleague and we came with this solution: 

    Patch('Inkomende Tickets',{Title:'Txt DCV Titel'.Text,
    'Omschrijving probleem':'Txt DCV Omschrijving Probleem Melden'.Text,
    Email:User().Email,
    Urgentie: {'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference", Value:'Txt DCV Urgentie'.Selected.Value },
    Status:{'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
    Id:1, Value:"Nieuw"},
    'Type probleem':{'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
    Id:'Txt DCV Type Probleem Melden'.Selected.Id, Value:'Txt DCV Type Probleem Melden'.Selected.Value}});

     

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

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard