Forum Discussion
deepak_shaw
5 years agoContributor
Thanks Spiro,
I’m getting below error:
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
Can you please suggest a fix?
SpiroTaleski
5 years agoValued Contributor
What did you try to put as an argument to the base64.decode function?
You should pass base64 encoded value(string) to the function.
Regards,
Spiro Taleski