In my Topic, I want to add Adaptive Card for displaying my variables. Here is my last attempt:
1. Add node : Show message and change to Adaptive Card
2, Initially in property, I'm using JSON and then put the JSON schema in its editor., but then now I'm change it to Formula and put again the JSON in it
It is similar like this (with the result which not working)
If you can see from the screenshot, I tried to print my variable TotalWorkOrders, several time it its predecessor node, to ensure it has value. But turn out in Adaptive car cannot display it. It will print the placeholder (variable name) literally instead its value.
You should reference your variable using Topic.TotalWorkOrders if it's a Topic variable, or Global.TotalWorkOrders if it's a global variable.
Replace your "${TotalWorkOrders}" with Text(Topic.TotalWorkOrders), and it should work fine.
It will not display the value in the topic editor but should show the value in the test panel
Regards,
Arild
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.