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
Enzo Iannitelli
1 answers
4
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.