Тёмный

Getting Data from an Adaptive Card in Microsoft Teams 

Подписаться
Просмотров 22 тыс.
% 198

This video will will explain how to get data from Adaptive Cards in Microsoft Teams. We will look at an easy to follow example, add new input elements and see the data in action.
If you want to follow a guide alongside this video check out this blogpost:
www.flowjoe.io/2021/06/01/getting-data-from-adaptive-cards-in-microsoft-teams/
The code for all of this video is also on there.
If you're new to adaptive cards please check out the other video first, to help you get started: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ylc6lPm_IvM.html
Connect with me:
Website: www.flowjoe.io
Twitter: flowjoe
Post: post.news/flowjoe
Chapters:
0:00 Intro
0:11 About
0:48 Beginning Example
1:36 Flow Overview
2:09 Teams Example
2:26 Post Adaptive Card and wait for a Response Action
5:00 Adaptive Card & Power Automate Test
5:16 Teams Adaptive Card Data Submit
6:03 Data Returned Explained
6:55 Using the Returned Data & Dynamic Data
8:59 Initial Recap
9:26 Extending Our Adaptive Card (Date Input Added)
11:27 Extended Adaptive Card Demo
12:19 Extended Data Returned
#powerplatform #microsoftteams #adaptivecards

Опубликовано:

 

1 июн 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 13   
@robofski
@robofski 3 года назад
Much easier now that the ID’s are available in the dynamic content, last time I used Adaptive Cards you had to reference the output using JSON. Nice video.
@vulgartrendkill
@vulgartrendkill 2 года назад
This really helped me understand Adaptive Cards. Thanks :)
@CSSoda
@CSSoda 2 года назад
Great Explanation! Thanks
@MarwaYasser1
@MarwaYasser1 3 месяца назад
Thank you for such an informative video!
@sundrapillay6668
@sundrapillay6668 3 года назад
Thank you
@nawal7721
@nawal7721 2 года назад
HI can you send attachments with the Adaptive card to teams chat?
@365assistdarrenlutchner9
@365assistdarrenlutchner9 3 года назад
Nice Video however this will only work if you use Adaptive Cards V1.3. My MS Teams still only allows me to use Adaptive Cards V1.2.
@FlowJoeVideos
@FlowJoeVideos 3 года назад
Hey Darren, I did this with Adaptive Cards v1.2, the video explains you need to change to that, you can simply edit in code or select it from the editor.
@prathameshdeshmukh5954
@prathameshdeshmukh5954 10 месяцев назад
can we api calling here in adaptive cars.
@FlowJoeVideos
@FlowJoeVideos 10 месяцев назад
You can call APIs from power automate and pass to adaptive cards or call an api from the response of an adaptive card in Power Automate too
@saradehond3293
@saradehond3293 2 года назад
Those dynamic content of the responses doesn't show up for me. Hope for soon.
@adorithtube
@adorithtube 2 года назад
I found a workaround, the dynamic content becomes hidden if you have any dynamic data in the adaptive card. This means that you can copy the JSON data from your card, then remove all the dynamic bits. Now you should see everything in the dynamic content view. After you've changed what you need, just paste back the JSON for the adaptive card. It's not neat, but it worked for me. :)
@rscottr
@rscottr Год назад
@@adorithtube Thank you! That worked for me.