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).
- On the name_generation form, select the Create User button and edit its run AD.UserCreate action.
- Go to the Output tab.
- For the objectGUID property, enter
new_objectGUIDas the Variable Name. - Click Save.
- We'll click Save to save our progress so far.
- Refresh the page and go to the Variables tab in the left sidebar to confirm that the new_objectGUID variable now exists.