You are getting the below error from the Transform Message component when you are using fromBase64 function:
Unable to transform String to Base 64 Binary. Reason : `Illegal base64 character 5f`
166| base64String as Binary {base: "64"} as Binary
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Trace:
at dw::core::Binaries::fromBase64 (line: 166, column: 5)
at main::main (line: 5, column: 21)
%dw 2.0
import fromBase64 from dw::core::Binaries
output text/plain
---
fromBase64(payload.message replace /_/ with ("/") replace /-/ with("+") replace /\./ with(" "))
001119162

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.