Prevent decimal input

PHOTO EMBED

Wed Jul 20 2022 16:50:38 GMT+0000 (Coordinated Universal Time)

Saved by @gofunk1 #powerapps

If(Value(DataCardValue14_1.Text)/Value(RoundDown(Value(DataCardValue14_1.Text),0))<>1, Notify("No decimal,please try again!",NotificationType.Error);Reset(DataCardValue14_1))
content_copyCOPY

https://powerusers.microsoft.com/t5/Building-Power-Apps/Prevent-User-From-Inputting-a-Decimal/m-p/258674#M75671