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

Notifications

Announcements

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 380 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 340

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 333 Super User 2025 Season 2

Last 30 days Overall leaderboard