Hey everyone, im using the “date picker” input, and I found out that when I’m using it with workflow that’s triggered “on click”, my variable will be changed only after I press on the input again after the change.
- click on the date input.
- change the date. (does nothing)
- click on the input again. (changes the variable to the input from step2)
Has anyone else encountered this issue?
**Solved it- I was on the trigger and not on the “date picker” element itself. **
I’m leaving it here so that if someone else encounters the issue they will have a solution.