DOUBLE CLICK struggle ended

I spend 1 hour to implement double click with toolbox to repeating group and failed.

And I found solution when I tried to explain my problem to client. I got a idea that works like a charm.

  1. On group or button click you want to detect double click add action set custom state named for example “dblclick” to parent group item or to “yes”.
  2. Create conditional workflow if dblclick is not empty (or “no”) add actions: pause for 1 second then set state dblclick to empty (or “no”)
  3. On group click workflow from step 1. Add condition that state dblclick is empty, and add new same duplicate workflow but condition is when state dblclick is not empty and in this workflow add all actions you want to trigger when double click occur.

So you have a group or button which set state dblclick to YES, but only if it’s NO. If it’s YES then do some actions you want double click to trigger. And you create CONDITIONAL workflow to LISTEN when dblclick is YES to wait 1 sec and make it NO again.

Feel free to ask if confused I’m here all the time I work on bubble every day from 7 to 14 hours for 2 years non stop.