When Input's value is changed not working

Hi,
I have a number input field for a product price. I have a workflow setup which triggers when the product price is changed. When a user changes the price and clicks tab, all works well. However, when a user selects the numbers, clicks the backspace on the keyboard to delete and make the value 0.00 and then tabs out, the workflow does not trigger.

It seems the change in input is not recognized when the value is changed to 0 using backspace on the keyboard.

Please help.

I had same issues…is the input element set to ‘can not be empty’? if it is, uncheck that, as that causes empty inputs to not trigger the ‘when input value is changed’ trigger.

Excellent! That worked. Thank you so much. :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.