Skip to main content

Copy & Paste Conditionals & Variables

  • September 29, 2023
  • 9 replies
  • 1247 views

Nate_G

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.

9 replies

gilgongo
  • September 30, 2023

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.


Anastasia67

Super need this!!


Shaul_Vainblat

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


Turgi
  • New Participant
  • January 18, 2025

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


Konrad Kunce
  • New Member
  • July 17, 2025

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.

 

 


zohaib
  • New Member
  • August 16, 2025

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.


Desislava_Slavkova

Would be such a timesaver!!! 


Desislava_Slavkova

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.

​​​​​

I would absolutely LOVE this ☝


Biviaja
  • New Member
  • November 25, 2025

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.

 

 

This would be really, really nice! If I want to add just one new line to all my interactions, I have to create the new line in each one of my interactions. It really sucks!