Hi Team,
I am have created a button where I have 2 slider (Price and Quantity) calculation mutlipled. eg

Hi Team,
I am have created a button where I have 2 slider (Price and Quantity) calculation mutlipled. eg
Hi @Sriku
If(Slider1.Value * Slider2.Value > 1000, Color.Red, Color.Green)
Try this code in Button Fill property