Step 14: Capture the created account's GUID (tutorial)
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.  
Next: Step 15: The last form