Hi @Anonymous ,
Two things - you only need
Value(Total_Percentage_17.Text) <> 100
but you also have a percentage sign in the box, so try this
Value(
Substitute(
Total_Percentage_17.Text,
"%",
""
)
) <> 100
Also are you sure you want it to be true when the value is not 100%
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps