Adaptive Cards Templating

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

Komentáře • 11

  • @crisgath3512
    @crisgath3512 Před 4 lety +1

    Tomasz, thanks for all the time you have put into these very resourceful videos. This is really helpful especially with the new templating feature. Keep the great content streaming.

    • @TomaszPoszytek
      @TomaszPoszytek  Před 4 lety

      Thank you Cris very much. I really appreciate it! ☺️

  • @alterdom
    @alterdom Před 3 lety +1

    Hi Tomasz, thank you for the great video incredibly informative. I've begun to use the experimental features now and just wondering if there are any updates for 2021? For example, in your video you mention but don't demonstrate repeating rows in a table. Can this be done in 2021?
    In my Flow I have a 'Parse JSON' action that has an array of data - is it possible to bind this 'Parse JSON' action to the Teams adaptive card to repeat elements, like a dynamic table row or repeating fact set? Would love more details on this, I really enjoy the expense approval Adaptive Card template but don't know how to feed array data within power automate to show dynamically in Teams.

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

      Hi! In general the answer is yes. Templating lets you to bind JSON table data to a structure in Adaptive Cards that will be then repeated automatically the number of times the number of rows you have.
      However the templating itself still don't work as of today in Teams. So you need to build the structure using the for each loop and then concat with the Card's json to post to Teams.

  • @premsoni0143
    @premsoni0143 Před 9 měsíci

    is it possible to create Adaptive card which can fetches values from azure sql db based on user's permission scope defined in one of column of DB?

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

      It’s not the card. It must be the code behind that generates card. You can use Power Automate and then I believe yes, it will get the data user has access to.

  • @brianwieland1669
    @brianwieland1669 Před 4 lety

    Tomasz, this is amazing. Quick question. Where can I find the JSON you pasted into the Card Payload Editor for the "New On-Boarding Task" shown around 7:30?

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

      +Brian Wieland nowhere. It's my custom one, but if you'd like to have it, leave me a note, and I'll upload it to madewithcards.io :)

    • @TomaszPoszytek
      @TomaszPoszytek  Před 4 lety

      So you can find it at madewithcards.io now 😉

  • @SaiVarmaPericharla_
    @SaiVarmaPericharla_ Před 2 lety

    Hi tomasz, how do i write condition i want condition to achieve the following
    When I click on yes need to show a card which contains inputs choice select from
    In same way when i click no it submits the card
    I have referred lot but idont able to find
    Could please help me?

    • @TomaszPoszytek
      @TomaszPoszytek  Před 2 lety

      Take a look at this post: poszytek.eu/en/microsoft-en/office-365-en/showing-and-hiding-content-in-adaptive-cards/. it should answer to your questions.