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 / Set Field drop down on...
Power Apps
Unanswered

Set Field drop down on form

(1) ShareShare
ReportReport
Posted on by 164

I want to set drop down value on form based on toggle button value.

 

I tried to set the "default" property of dropdown to toggle1.value but it shows error saying property expects record values but return boolean value.

 

Also any other way to set value of dropdown field apart from patch?

 

Need support to correct above issue.

 

Also is there any way by which we can connect toggle control directly to dropdown field containing yes/no ?

 

 

Thanks

Manjot Singh

Categories:
I have the same question (0)
  • Meneghino Profile Picture
    6,949 on at

    You need to set the Default property of the dropdown to something like this:

    If(Toggle1.Value, "Default value if true", "Default value if false")

    Where the default values are the text of what needs to be selected.

    If your values are "Yes" and "No" then something like this:

    If(Toggle1.Value, "Yes", "No")
  • manjotsingh057 Profile Picture
    164 on at

    Thanks @Meneghino,

     

    Also i am trying to use radio button for choice field as we use in out of the box form.

     

    Even if we select render as radio button, powerapp renders it as dropdown only. Is there any other way to do this ?

  • Meneghino Profile Picture
    6,949 on at

    I don't use oob forms, much prefer to create my own:

    https://baizini-it.com/blog/index.php/2017/09/28/powerapps-101-create-your-own-forms/

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
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#2
11manish Profile Picture

11manish 205 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard