debug
Log a value at DEBUG level and pass it through (does not consume the value).
value(required): value to log and returnmessage(optional): label for the log entry
utlx
{
result: debug($input.amount, "processing amount")
}
// logs: [DEBUG] processing amount: 150.00
// output: {"result": 150.00}