Adaptive Cards in Power Virtual Agents and more preview features

Sdílet
Vložit
  • čas přidán 25. 07. 2024

Komentáře • 36

  • @lalit1487
    @lalit1487 Před rokem +1

    Yes really it is very good video it helped to show adaptive card directly

  • @alihabib7712
    @alihabib7712 Před rokem +1

    Thank you, for that passing of variables into adaptive card section ! I was looking all over Internet for it.... This helped me a lot

  • @JonDoesFlow
    @JonDoesFlow Před 2 lety

    This is superb content. Will be sharing everywhere. Thanks. That “set variable” step is an absolute game changer !

  • @mrbrushyy.
    @mrbrushyy. Před 2 lety +1

    Thanks Tomasz for providing quality content.

  • @portnoy388
    @portnoy388 Před rokem

    awesome tutorial!

  • @kvarm4262
    @kvarm4262 Před rokem +1

    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.

  • @jorgeeg2668
    @jorgeeg2668 Před rokem +1

    eres el mejor

  • @TheLunaLoveForever
    @TheLunaLoveForever Před rokem

    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

  • @lalit1487
    @lalit1487 Před rokem

    Have you got the way for entering forms directly using adaptive card in question??

    • @TomaszPoszytek
      @TomaszPoszytek  Před rokem

      I don't think this is possible atm. Only via bot skills.

  • @707jeevan
    @707jeevan Před rokem

    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

    • @TomaszPoszytek
      @TomaszPoszytek  Před rokem +1

      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.

    • @707jeevan
      @707jeevan Před rokem

      @@TomaszPoszytek Thank you will try that

  • @murtuzadahodwala301
    @murtuzadahodwala301 Před 4 měsíci

    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.

    • @TomaszPoszytek
      @TomaszPoszytek  Před 4 měsíci

      Hey, I don’t really know if this is feasible. Other than by adding a different submit button?

  • @absyoutube1792
    @absyoutube1792 Před rokem

    Are u able to get the response from Adoptive cards?

  • @AssassinUK
    @AssassinUK Před rokem +1

    How do I turn this option on? I cant see this option at all.

    • @TomaszPoszytek
      @TomaszPoszytek  Před rokem

      It should be rolling out to tenants this quarter.

    • @micholewski
      @micholewski Před rokem

      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

  • @MohamedBasithM
    @MohamedBasithM Před rokem

    Can you let me know if we have option to collect the response from adaptive card in PVA at this moment (8th march 2023)

    • @TomaszPoszytek
      @TomaszPoszytek  Před rokem

      I think you still need bot framework composer for that. I can't make it work, to get response. Just display it.

    • @TomaszPoszytek
      @TomaszPoszytek  Před rokem

      I mean - i just tried it and it doesn't look if it's working :(

    • @MohamedBasithM
      @MohamedBasithM Před rokem

      @@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?

  • @rubengzz7398
    @rubengzz7398 Před rokem +1

    when I will be able to use this feature?

    • @TomaszPoszytek
      @TomaszPoszytek  Před rokem +1

      It should be available later this year. It's in private preview now.

    • @rubengzz7398
      @rubengzz7398 Před rokem

      @@TomaszPoszytek ok thank you Tomasz

    • @sathishyerraguntla8099
      @sathishyerraguntla8099 Před rokem

      @@TomaszPoszytek After a year we need any license for using this feature? or we can use it freely..!😉

  • @hiperkatywnymike
    @hiperkatywnymike Před 2 lety

    First!

  • @djamalakial5924
    @djamalakial5924 Před 2 lety

    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

    • @TomaszPoszytek
      @TomaszPoszytek  Před 2 lety +1

      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.

  • @vinodreddy2535
    @vinodreddy2535 Před 8 měsíci

    Hello, Any why we can add dynamic values of choice set to adaptive card here

    • @TomaszPoszytek
      @TomaszPoszytek  Před 8 měsíci

      If in Power Automate then this is pretty easy - just combine final json using action in PA.