Is there a way to set multiple on click events on one element, or how is it possible to achive this:
Actually i have this as default state (row 1)
When clicking “Add Preset”, second tab should be visible (row 2)
When clicking again on “Add Preset”, third tab should be visible. (row 3)
When clicking again on “Add Preset”, fourth tab should be visible. (row 4)
But when clicking on “Add Preset” it jumps directly to row 4.
My on click expression on “Add Preset” look like this:
My variables look like this:
I see that Figma is running though the complete expression. Therefor it works, but should run again and again each time when i click on “Add Preset”.
Some ideas?
Thank you <3