Skip to main content

NIM

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.

  1. Copy the name_generation form, and rename the copy to group_management.

    2023-10-20_15-22-53.jpg
  2. Delete all the items from the group_management form, except the header.

    2023-10-20_15-23-54.jpg
  3. Go back to the name_generation form and select the Create User button. Go to the Actions tab.

    2023-10-26_14-38-09.jpg
  4. Add a Navigate To Form action that navigates to the group_management form.

    2023-10-20_14-36-12.jpg
    2023-10-20_14-37-02.jpg
  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.

    2023-10-20_14-44-57.jpg
  6. We'll click Save to save our progress so far.

Next: Step 16: Grid items