binaryToString
Decode binary data to a string using the specified character encoding.
binary(required): binary data to decodeencoding(required): character encoding —"UTF-8","ISO-8859-1","US-ASCII", etc.
utlx
{
text: binaryToString(base64Decode($input.payload), "UTF-8")
}