web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : dNzM6jNr/xYnwy0Nm9Dz3u
Power Apps - Building Power Apps
Unanswered

Default Value Dropdown

Like (0) ShareShare
ReportReport
Posted on 6 Sep 2023 06:45:29 by 559

Hi All,

I have a gallery where there is a dropdown called In-scope with choices (Yes, No).  When the Phase and Work Product is selected this In-scope must auto populate value as "Yes" in the dropdown. Sometimes the user can also change this value to "NO" if the Phase and Work Product values doesn't match. The issue I am facing now is When the Phase and Work Product is selected the In-scope is populating YES but when the No value is selected it gets saved in the SharePoint but not reflecting the NO value in the gallery. 

The Default Property of the In scope Dropdown is:

If(
!IsBlank(Phaseglrdropdown.Selected.Phase) && !IsBlank(WorkPdtglr.Selected.'Work Product/Process'),
"Yes",

ThisItem.'In-Scope'.Value
)

I have attached the screenshot for the same.

Any help/suggestion on this.

Thanks in advance.

Categories:
I have the same question (0)
  • v-hanytian-msft Profile Picture
    Microsoft Employee on 06 Sep 2023 at 07:55:52
    Re: Default Value Dropdown

    Hi @Uthhra ,

     

    Pease try this:

    If(
    !IsBlank(Phaseglrdropdown.Selected.Phase) && !IsBlank(WorkPdtglr.Selected.'Work Product/Process' && ThisItem.'In-Scope'.Value = "No"),
    "Yes",
    "No"
    )

     

    Hope this will help you,

    Best Regards,
    Tina

  • Sri Profile Picture
    559 on 06 Sep 2023 at 08:01:22
    Re: Default Value Dropdown

    @v-hanytian-msft 

    The No value is getting saved in the SharePoint but the saved value is not getting displayed in the gallery if it is No. It is displaying only as Yes even though the saved value is NO

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 714 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 419 Super User 2025 Season 2

#3
developerAJ Profile Picture

developerAJ 243

Last 30 days Overall leaderboard
Loading started
Loading complete