Skip to main content

Capture the created account's GUID

App tutorial · Step 14 of 25

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

In this step, we'll fetch the GUID of the created AD account, which we'll need for the third and final form (group membership management).

  1. On the name_generation form, select the Create User button and edit its run AD.UserCreate action.
  2. Go to the Output tab.
  3. For the objectGUID property, enter new_objectGUID as the Variable Name.
  4. Click Save.
  5. We'll click Save to save our progress so far.
  6. Refresh the page and go to the Variables tab in the left sidebar to confirm that the new_objectGUID variable now exists.