jsonbotframeworkmd5chatbotbot-framework-composer

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


you can view my error here

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


Solution

  • 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