Can't Transfer/Copy Conditional Expressions

I am switching my app over to the new responsive design and have to copy over several conditional statements from elements on the old page to the new one (I am re-creating the pages). 1) Why doesn’t the conditional formatting copy over from one page to another and 2) Why can’t I right click to copy the expression from one page and then paste it into the new element on the new page? I get the “missing element” “not found” red text even though the element is on the page…

This is very frustrating because I will have re-write 300+ conditional statements.

@emmanuel is there any way around this?

This is the way bubble works. Even though the element is named the same/looks the same/behaves the same/etc, in bubbles eyes it is not the same. Behind the scenes it has a unique ID that it is looking for. It knows the unique ID on the old page but it doesn’t have it on the new page.

Your only way of doing this, I think, is to copy multiple elements at once and paste. I haven’t tested this but this might get teh conditionals to work.

Unfortunately, that doesn’t work :confused:

That’s correct, each element has a unique ID. That said, if you replace the ‘missing element’ part by the right element (click on it), the rest of the expression should be fine (provided you don’t have more elements in the expression.