Skip to main content

Add a third form

App tutorial · Step 15 of 25

Build a three-form app that creates an Active Directory user and manages its group memberships.

In this step, we'll add the third and final form to our app, and configure navigation for it.

  1. Copy the name_generation form, and rename the copy to group_management .
  2. Delete all the items from the group_management form, except the header.
  3. Go back to the name_generation form and select the Create User button. Go to the Actions tab.
  4. Add a Navigate To Form action that navigates to the group_management form.
  5. 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.
  6. We'll click Save to save our progress so far.