solved-Date picker input bug

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.

  1. click on the date input.
  2. change the date. (does nothing)
  3. 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.