deepak_shaw
5 years agoContributor
Unable to decode base64 value
Hi,
I’m getting an encoded test from SNS which can decode base64 using online tool but
when I use “Base64.decode($content)” in map i’m getting below error, can someone please help
Failure: Unable to decode base64 value, Reason: Bad Base64 input character decimal 123 in array position 0, Resolution: Make sure the argument is valid base64
Thanks,
DK