Step 15: Add a third form (tutorial)
In this step, we'll add the third and final form to our app, and configure navigation for it.
- Copy the name_generation form, and rename the copy to group_management .
- Delete all the items from the group_management form, except the header.
- Go back to the name_generation form and select the Create User button. Go to the Actions tab.
- Add a Navigate To Form action that navigates to the group_management form.
- Enable the Wait For Service Actions To Complete Before Continuing checkbox. This ensures that the form will capture the GUID before moving to the next screen.
- We'll click Save to save our progress so far.
Next: Step 16: Grid items