In order to collect data from the user I have created a number of screens to go through. On each screen data is collected.
Now, I understand that I need to add another screen in between two screen.
I like to insert a new screen between Screen1 and Screen2
Example
Screen1 → Screen2 → Screen3
Screen1 → Screen1B → Screen2 → Screen3
Going from one screen to the next I use “Show new screen” (for this item)
Is there a way to achive this without copying all components on a screen and putting them on the next screen in the sequence - like taking all components on Screen3 and putting them on a new Screen4, where after all components from Screen2 are copied to Screen3 and then adding the components needed for the new screen on Screen2 (equal to the Screen1B)