Convert string to base64 in microflow

0
Hello, Can I ask you for help on how to convert a string to base64 in a microflow? I've read that it can be done in java but I don't know how to use some java code in mendix. Can you help me please? Thank you very much
asked
1 answers
3

Hi!

Download the community commons module in your application.
Then in the microflow add an ‘ Java action’ activity. Then you can use the Base64Encode java action from the community commons module.

Hope this helps.

answered