Wizard with multiple screens - insert an extra screen in the sequence

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)

Does copying the button work?

I think an alternative is that you can convert the action to a custom action and then save it so you can refer to it elsewhere…I think…

2 Likes

@Jeff_Hager Well - that seems to be working :slight_smile: Thanks!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.