I have an input inside a form with an On change workflow that updates an array variable.
The issue is that the saved value is always one character behind what I type.
Has anyone encountered this before, or is there a best practice to avoid this?
I haven’t had an issue with this. I could see it happening if you were looking at the inputs value rather then using the event.value. Have you had this issue before?