Limit input values

input( Content Format: Decimal, Decimal place: 2)
This input value shows time(h.m).
So We want to limit the value, if the entered value ≧ 0.60, change to 0.59.
ex. the entered value is 1.80, change to 1.59.
the entered value is 3.60, change to 3.59.

This can be achived by using the “An input’s value is changed” event with a plugin that provides an action to set a new value to an input.

Thanks your reply.
What is the plugin name?

You are welcome,
Type the word “input” and you will find some.

1 Like