Is there any way we can use 'md5' encoding in Bot Framework Composer?

65 views Asked by At

you can view my error here

I tried using hash_md5(), but its showing me error. Please help me to convert string to md5.

1

There are 1 answers

7
Vinoth Rajendran On BEST ANSWER

There is no pre-built function available, you write a custom action to handle this.

here are the steps on how to implement custom action