Skip to main content

I’d love to be able to copy and paste conditionals/variables statements, this would save time and errors.


For example, I used a similar if statement multiple times and just needed to change 1 or 2 variables and numbers. But to do so, I had to re-write the statements every time.


There was also another post about having an option to type in conditional statements as text, so that such text can be copy/pasted around too.


Super need this!!


functions can solve this, like in javascript, with that you can create templates to reuse.

Vote for this Prototyping functions like in javascript to manage a complex prototype


I spent hours to write the same interactions over and over again. We need this feature


A basic copy/paste functionality that allows you to select the desired block to copy would be very helpful when working with complicated prototypes comprising multiple components with almost identical logic that can be later adjusted at the single component level. It will save tons of time.

 

 


On top of the copy/paste functionality, it would be nice to have a “code” option, where you can write out your conditional logic without relying so heavily on the UI (which is super sluggish at times) and mouse clicks. There are small instances like when you set your if criteria, but then you have to click through for the actual functions/actions that are executed if the conditions are met.

Though even just being able to hit TAB to navigate the larger interactions panel would be super helpful.


Reply