On double click trigger

Is there a way to add a workflow with an “on double click” trigger?

1 Like

Hi! I think its doable but tricky, you will have to use a variable to save the last click time and execute the rest of the workflow only if a click is the same second as the previous one, and reset the variable, it should works :thinking:

But its a feature I think we will implement as a native trigger in the coming weeks, I will add it in the roadmap

2 Likes