Guys. I think I finally found out how to get the response from the adaptive card. When adding a node, instead of using "Ask a question", use "Ask with Adaptive Card". Upon filling up the JSON, it will automatically add the output depending on the input used in the card.
Hello, very helpful but i faced an issue, i made a flow with the action post and adaptive card to Teams and it works perfectly fine on Power virtual agents but once i post it on microsoft teams i get an error Time Out from the virtual agents step, do You know a solution for this ? Thanks in advance
@@TomaszPoszytek that right is not working, also in pva preview I don't see option to create topic with bot framework composer . No integration of bot composer on preview?
Great video. How can I enable users to skip responding via adaptive cards? I have an adaptive card displaying text and a like button, but it's not mandatory for users to like it; they can proceed with their conversation. Unfortunately, this isn't currently feasible for me.
I believe it was postponed to Nov 22 - learn.microsoft.com/en-us/power-platform-release-plan/2022wave2/power-virtual-agents/use-adaptive-cards-power-virtual-agents
Your videos are very very helpful. I need help with something..I have to display datatable(from sharepoint list) in canvas app..it's source should be dynamic bcz any number of lists could be created in that sharepoint site.so I have to display only the one that is searched for ..please suggest a way..if not datatable..then in any form but it should Display the sharepoint list
Hello Tomasz and community, do you have any Adaptive Cards template (JSON format) with star ratings feature? I would like to collect users' experience with 5 stars rating mechanism. Thanks
Unfortunately this control is not available in the official schema.. So you can't use it in Adaptive Cards that you are authoring e.g. for Teams and sent by cloud flows. It is still "under consideration": github.com/microsoft/AdaptiveCards/issues/3054. The only way is to built your own host, and extend Adaptive Cards SDK with a star control definition, docs.microsoft.com/en-us/adaptive-cards/sdk/rendering-cards/javascript/extensibility. The only thing that comes to my mind is to use images with defined Action.Submit, that you can position in a row - so you have 5 star images and each is clickable to submit response.
Thank you, for that passing of variables into adaptive card section ! I was looking all over Internet for it.... This helped me a lot
I'm am happy that my content helped you ☺️
Yes really it is very good video it helped to show adaptive card directly
Thanks Tomasz for providing quality content.
It's always a pleasure! :) Thank you.
This is superb content. Will be sharing everywhere. Thanks. That “set variable” step is an absolute game changer !
Thank you!
It helps a lot, thanks!
You're welcome!
Guys. I think I finally found out how to get the response from the adaptive card. When adding a node, instead of using "Ask a question", use "Ask with Adaptive Card". Upon filling up the JSON, it will automatically add the output depending on the input used in the card.
Have you got the way for entering forms directly using adaptive card in question??
I don't think this is possible atm. Only via bot skills.
awesome tutorial!
Hello, very helpful but i faced an issue, i made a flow with the action post and adaptive card to Teams and it works perfectly fine on Power virtual agents but once i post it on microsoft teams i get an error Time Out from the virtual agents step, do You know a solution for this ? Thanks in advance
Can you let me know if we have option to collect the response from adaptive card in PVA at this moment (8th march 2023)
I think you still need bot framework composer for that. I can't make it work, to get response. Just display it.
I mean - i just tried it and it doesn't look if it's working :(
@@TomaszPoszytek that right is not working, also in pva preview I don't see option to create topic with bot framework composer . No integration of bot composer on preview?
Great video. How can I enable users to skip responding via adaptive cards? I have an adaptive card displaying text and a like button, but it's not mandatory for users to like it; they can proceed with their conversation. Unfortunately, this isn't currently feasible for me.
Hey, I don’t really know if this is feasible. Other than by adding a different submit button?
How do I turn this option on? I cant see this option at all.
It should be rolling out to tenants this quarter.
I believe it was postponed to Nov 22 - learn.microsoft.com/en-us/power-platform-release-plan/2022wave2/power-virtual-agents/use-adaptive-cards-power-virtual-agents
Your videos are very very helpful. I need help with something..I have to display datatable(from sharepoint list) in canvas app..it's source should be dynamic bcz any number of lists could be created in that sharepoint site.so I have to display only the one that is searched for ..please suggest a way..if not datatable..then in any form but it should Display the sharepoint list
I would use a cloud flow with "Call SharePoint rest api" action to dybamicly get and return data from a list which name is given as a parameter.
@@TomaszPoszytek Thank you will try that
eres el mejor
when I will be able to use this feature?
It should be available later this year. It's in private preview now.
@@TomaszPoszytek ok thank you Tomasz
@@TomaszPoszytek After a year we need any license for using this feature? or we can use it freely..!😉
Are u able to get the response from Adoptive cards?
Are you facing errors in that setup?
Hello Tomasz and community, do you have any Adaptive Cards template (JSON format) with star ratings feature? I would like to collect users' experience with 5 stars rating mechanism. Thanks
Unfortunately this control is not available in the official schema.. So you can't use it in Adaptive Cards that you are authoring e.g. for Teams and sent by cloud flows. It is still "under consideration": github.com/microsoft/AdaptiveCards/issues/3054.
The only way is to built your own host, and extend Adaptive Cards SDK with a star control definition, docs.microsoft.com/en-us/adaptive-cards/sdk/rendering-cards/javascript/extensibility.
The only thing that comes to my mind is to use images with defined Action.Submit, that you can position in a row - so you have 5 star images and each is clickable to submit response.
First!
Hello, Any why we can add dynamic values of choice set to adaptive card here
If in Power Automate then this is pretty easy - just combine final json using action in PA.