MD5 Function for hashing a string

Hey,

Is there a built in way to hash a text to MD5 ?

Thanks

Hi Meron,

There is no built-in way to do this. The easier approach would be to deploy an API service built with JS or Java (it would be just a few lines of code) and then use the service in your codeless logic. Every API service method gets its own Codeless block.

Regards,
Mark