debugPrintCompact
Create a compact single-line debug representation of a UDM value.
value(required): value to representlabel(optional): label prefix
utlx
{
dump: debugPrintCompact($input, "payload")
}
// Output: {"dump": "[payload] {name:Alice,age:30}"}