How to convert JSON object to base64 string in a Microflow in Mendix?

0
Hi everyone, I wanted to take user credentials and convert that JSON object into a base64 string so that it can be passed as a bearer token in the authorization header in the REST API call. Is it possible to do this in a microflow in mendix? Thanks in advance!
asked
1 answers
2

You can try using base64 encode java action from community commons module (passing json object as string)

answered