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 / Updating a choice colu...
Power Apps
Answered

Updating a choice column based on a toggle selection

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi Community,

I have a toggle control for a field "Require Sign-off" which when selected or checked should alter a choice column field "Report Owner Approval to "Not Applicable"- how do do that?

Not Applicable is the default value of this column in SP list. But if this item was previously approved- it shows approve, i want it to turn to Not Applicable if we are requesting another approval.

Please help, thanks

GauravG_0-1604075421696.png

The field i am trying to change is this DataCardValue26 which is Report Owner Approval- which should now become "Not Applicable" because the above field "Requires Report Owner Sign-off" was checked.

Please suggest the property that i should change!

 

Categories:
I have the same question (0)
  • Verified answer
    Pstork1 Profile Picture
    69,246 Most Valuable Professional on at

    You can't modify the selection on a data card directly.  What you can do is set a variable when you toggle the switch and then set the parent of the dropdown (the data card at this point).default to be equal to that variable.  Like this.  In the OnCheck property of the toggle set this

    Set(varToggled, {Value:"Not Applicable"})

    In the Uncheck do the same thing for a different default value.

     

    Then set the data card default (the parent not the dropdown) default to the following.  You'll have to unlock the card to do it.

    varToggled

     

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard