Adaptive Cards in Power Virtual Agents and more preview features

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 38

  • @alihabib7712
    @alihabib7712 Год назад +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

    • @TomaszPoszytek
      @TomaszPoszytek  Год назад

      I'm am happy that my content helped you ☺️

  • @lalit1487
    @lalit1487 Год назад +1

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

  • @mrbrushyy.
    @mrbrushyy. 2 года назад +1

    Thanks Tomasz for providing quality content.

  • @JonDoesFlow
    @JonDoesFlow 2 года назад

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

  • @seatconnect224
    @seatconnect224 2 месяца назад

    It helps a lot, thanks!

  • @kvarm4262
    @kvarm4262 Год назад +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.

  • @lalit1487
    @lalit1487 Год назад

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

    • @TomaszPoszytek
      @TomaszPoszytek  Год назад

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

  • @portnoy388
    @portnoy388 2 года назад

    awesome tutorial!

  • @TheLunaLoveForever
    @TheLunaLoveForever Год назад

    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

  • @MohamedBasithM
    @MohamedBasithM Год назад

    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  Год назад

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

    • @TomaszPoszytek
      @TomaszPoszytek  Год назад

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

    • @MohamedBasithM
      @MohamedBasithM Год назад

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

  • @murtuzadahodwala301
    @murtuzadahodwala301 8 месяцев назад

    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  8 месяцев назад

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

  • @AssassinUK
    @AssassinUK 2 года назад +1

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

    • @TomaszPoszytek
      @TomaszPoszytek  2 года назад

      It should be rolling out to tenants this quarter.

    • @micholewski
      @micholewski 2 года назад

      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

  • @707jeevan
    @707jeevan 2 года назад

    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  2 года назад +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 2 года назад

      @@TomaszPoszytek Thank you will try that

  • @jorgeeg2668
    @jorgeeg2668 2 года назад +1

    eres el mejor

  • @rubengzz7398
    @rubengzz7398 2 года назад +1

    when I will be able to use this feature?

    • @TomaszPoszytek
      @TomaszPoszytek  2 года назад +1

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

    • @rubengzz7398
      @rubengzz7398 2 года назад

      @@TomaszPoszytek ok thank you Tomasz

    • @sathishyerraguntla8099
      @sathishyerraguntla8099 2 года назад

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

  • @absyoutube1792
    @absyoutube1792 2 года назад

    Are u able to get the response from Adoptive cards?

  • @djamalakial5924
    @djamalakial5924 2 года назад

    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  2 года назад +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.

  • @hiperkatywnymike
    @hiperkatywnymike 2 года назад

    First!

  • @vinodreddy2535
    @vinodreddy2535 Год назад

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

    • @TomaszPoszytek
      @TomaszPoszytek  Год назад

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