
Announcements
Hello,
We are trying to build Power platform with QnA chatbot using QnA maker if we have question which is not found in knowledge -
1) We are posting a question a teams channel with help of adaptive card and collecting response from the card itself and
2) Sending for approval using microsoft approvals where admin can review and update the answer if required with links
But unfortunately we dont richtext input field both in adaptive and microsoft approval how can this be achieved.
Thanks,
--
Regards
Sagar
This should give you your answer:
Schema Explorer | Adaptive Cards
My guess is you are asking how to assign RichText in adaptive cards, if so it is simply:
"type": "RichTextBlock"
If you need something else please let me know.
Thanks,
Stephen