Forum Discussion
Deleted
Mar 03, 2023Adaptive Card Templating for JavaScript @ 2.3.1
Hello all, I am desperately trying to use the latest version of the module adaptivecards-templating --> https://www.npmjs.com/package/adaptivecards-templating?activeTab=versions. So far I used...
Deleted
Mar 15, 2023can no one help me?
Probably I'm just doing something wrong!
Would be grateful for any help. Also gladly an example code.
I suspect I'm just doing something wrong when including adaptive-expressions. In the code an exception is generated when addressing the instance AES.
Probably I'm just doing something wrong!
Would be grateful for any help. Also gladly an example code.
I suspect I'm just doing something wrong when including adaptive-expressions. In the code an exception is generated when addressing the instance AES.
Sayali-MSFT
Microsoft
Mar 15, 2023Deleted - Sorry for delay in response, please refer the below sample -
here we can use the below version-
"adaptive-expressions": "^4.18.0",
"adaptivecards-templating": "^2.3.1"
const {
ActionTypes,
CardFactory,
MessageFactory,
TeamsActivityHandler,
TeamsInfo,
TurnContext
} = require('botbuilder');
const TextEncoder = require('util').TextEncoder;
const ACData = require('adaptivecards-templating');
const template = new ACData.Template(AdaptiveCardTemplate);