Hey there !
I am currently building a planning and I encountered an issue,
I want to get the amount of time a person worked during the week
I have a hidden input that calculates the number of minutes spent at work per day.
It refreshes everytime I either change the hour of arrival or the hour of departure from work.
The updates are dynamic which is fantastic:
Here is what the app is looking like:
My problem is when the initial content of the input I showed you (the hidden one that calculates) changes, how can I get a workflow running on that event ?
When I use when the value of that input changes â go to page index
It doesnât execute, because the value itself didnât change, only the parentâs one did, which made the calculus get a different value !
I donât exactly know if you get my point !
The changes of a dynamic initial content of an input canât trigger a workflow, can it ?
Thanks for your answers !
And Have a great day !