I have a group and I would like a single click to trigger one workflow, but a fast double click should trigger a different workflow.
I have a custom state (number). Set default 0.
The group has two workflow with the following condition;
When group is clicked set state ⇾ 1
When group is clicked again set state ⇾ 0
This enables a double click action, but there needs to be a time limit between clicks, so that >1 second will reset the custom state back to 0.
Is there a way (a timer) to make custom state 1 trigger a workflow Only when the group was clicked <1 second ago?
I have tried adding a custom event to the workflow which resets back to 0 Only when custom state is 1
. This successfully resets the number to 0 but prevents the double click action.