GUID to string
Valve for creating a Microsoft GUID from binary (base64) data.
Valve to create a string format GUID ("b9d663ed-50dc-4260-b37e-147a62caa7f6") from the internal 16 byte binary representation used by AD / EntraID.
Configuration
Name
Description
Default value
Mandatory
Expanded
name
Name of item property where result is set.
value
The binary value. Must be a 16 byte binary value encoded in base 64.
replace
Flag turning off replace of existing value. If turned off value will be added to existing property.
true
upper_case_format
Flag turning on upper case GUID.
false
{
"name" : "GUIDToString",
"config" : {
"name" : "guid",
"value" : "${item.objectGUID}",
"replace" : true,
"upper_case_format": false
}
}