Forum Discussion

aymiee's avatar
aymiee
Brass Contributor
Jan 19, 2024

Inconsistent Display of Array Property in Bot Framework Composer

Not sure if this is the right space for this.  I have a Teams Bot built with the Bot Framework Composer and recently noticed the following behavior change. I grab the user's response via = turn....
  • Prasad_Das-MSFT's avatar
    Jan 22, 2024

    aymiee - The behavior change you are experiencing is due to an update in the template engine used by the Bot Framework Composer. The new output format treats user.inputData as an object with properties lgType and text, where text holds your array.

Resources