The Generate New GUID action generates a new GUID string and assigns it to a Automise variable.
Enter the name of a variable to hold the new GUID value.
If this option is selected and the chosen variable has a non-blank value when the action is run, a new GUID will not be generated and the variable value will be left as-is.
The OnGenerateGUID script event allows you to do some processing when the new GUID is generated. The GUID parameter holds the new GUID value (as a string.)
See also : NewGUIDString() script function.