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 / Change Toggle based on...
Power Apps
Unanswered

Change Toggle based on modified dropdown

(0) ShareShare
ReportReport
Posted on by 21

Hello,

I am trying to have a toggle change to true when an item in a SP list is modified. Is working for text input and values, but I cannot make it work for a choice column.

I have a SP list called Pits, with a choice Column called Type.

I made a dropdown called DD_Type with

    Items = Choices(Pits, Type)

    Default = ThisItem.Type.Value

Then I set a toggle, which I want to become true when the Type column is modified

    Default = ThisItem.Type <> DD_Type.Selected.Value 

 

I did the same procedure for other columns in the SP list and is working. I think the problem is in the record type for the dropdown but I cannot find how to solve this.

Any help?

Thanks

Categories:
I have the same question (0)
  • FrostedFlake Profile Picture
    138 on at

    I really have no idea how your code looks (maybe share a screenshot?), but try this:

     

    ThisItem.Type.Value <> DD_Type.Selected.Value

     

    OR

     

    Value(ThisItem.Type) <> DD_Type.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
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard