Decoding a Base64 encoded String to get the image of a native signature

1
Hey together I hope someone can help me!   I want to include a digital signature in my native app and use the marketplace wigdet "Native Signature". This returns a base64 encoded string which I store in an unlimitted string in an entity. This entity is generalized with System.Image. But when I run the microflow with the JavaAction "Base64 decode to file", I only get an error message (... Illegal base64 character 3a ...). If I decode the string with another tool on the internet everything works. Do you have any advice for me?   Thanks in advance!    
asked
2 answers
1

Please see this thread: https://forum.mendix.com/link/questions/4293

answered
0

What happens if you save it without the part before the comma, so only the actual encoded string? 

answered