Have an input element set to an integer value with a range. Have a workflow set to When input’s value changed and This Input’s value is not in This Input value’s range.
But when I input a value that’s outside the range and use the tab key to exit out of the field, the workflow doesn’'t fire. Same for enter key. It only fires when the workflow is set to When input’s value changed. And it appears to be the same if I set the element type to be a number.
No - it’s not in red. And I tried doing the < 8 or > 64 also. Didn’t work either
So not sure why it’s not firing the workflow. It only fires if it’s set to When PG Input Length’s value is changed. And I’m not sure what the range does if it’s not used to control entry.
do you want it to trigger when the input value has changed or the LENGTH of the input has changed? Your screen shot shows length so if you change the input value of “6” to “7”, the length hasn’t changed.
That worked. Thanks. Not sure why they have a range with min and max values. I suggested recently to support that they use the min and max range values to limit input - either when the value is entered or when the element loses focus. They said that was a good idea and would let the development team know.