Hello,
is it possible to start a function block when the number in an input field is changed?
thanks!
Hello,
is it possible to start a function block when the number in an input field is changed?
thanks!
Hi @Pascal_Meijer,
If you use a cloud variable then this will give you access to the changed
event listener.
Hope that helps!
Indeed, with the cloud variable i can use “on change” but how can i react to a change in an input field, as the user enters a number the result is automaticly calculated?
I can’t bound the input field direct to a variable ?
regards,
Ah! ok, I misunderstood. There’s isn’t any event to do this, but you can use a timer to check for updates. There’s an example here: