Parse GUID
GUIDs
The Parse GUID
node takes in a string, and returns the GUID string represented as a GUID Type, and also if it successfully parsed it.
Inputs
Str (string)
Takes in a string to parse the GUID.
Outputs
Value (GUID)
Returns a GUID string.
Parsed (bool)
Returns if this string is parsed successfully.