Duplicating a screen issue

When i duplicate my screen the variables are the same and do not add a “1” after the word so its not the same variable, before this used to work but now it doesn’t or is it a bug?

@kushp8905o5i32 the copied components will have a 1 added to the end of their names, but the variables on the new screen will reference those you originally created.

Are you initialising new components and then duplicating them on your new screen?

First I will make the variables in one screen then i will duplicate the screen just to find out the variables are the same, it kind of sucks because I have to manually updates those variables, since my app does use a ton of variables which to me can be stressful when making improvements to my app.