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 / Not Update Increase Sl...
Power Apps
Suggested Answer

Not Update Increase Slider based on Icon show completed

(1) ShareShare
ReportReport
Posted on by 438
I tried to add this feature, but it’s not working as expected. The slider should increase based on whether the tasks are completed or waived, with 12.5% added for each of the 8 completed tasks. This should move the slider from 0% to 100%. However, when I added the formula, I received an error message stating that this function is not supported.

We have each Icon6, Icon6_1, Icon6_2, Icon6_3, Icon6_4, Icon6_5, Icon6_6, Icon6_7, Icon6_8.

Categories:
I have the same question (0)
  • Suggested answer
    jpespena Profile Picture
    335 on at
    Hi,
     
    I would suggest you use local variable for the default value of the slider and move the calculation/adding of value when icon is selected on the icon itself like this:
     
    OnSelect property of Icon:
    If( Self.Icon <> "CheckmarkCircle",
    UpdateContext({ locSliderValue: locSliderValue + 12.5 }),
    UpdateContext({ locSliderValue: locSliderValue - 12.5 })
    )
    The above code looks if the Icon is checked, if it is it will minus 12.5, otherwise it will add 12.5.
     
    Then just set the Default value of the slider to locSliderValue.
     

    If my post helped resolve your issue, please click Accept as Solution—this helps others find it more easily and marks the item as closed. If you found this or my previous reply helpful, a Like would also be appreciated!

  • dylandavis09 Profile Picture
    438 on at
    Thank you for sending this. All the icons are from the modern design, not the classic one anymore. I am trying to incorporate it, but the icon does not have an OnSelect property. :)

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

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard