Hi guys,
I have a HTML table that i send over email. Was wondering how i can move that to adaptive cards using columns.
The current HTML table has fixed header and dynamic rows. Then i used apply to each row to add them into my excel file.
How can i achieve something like this via adaptive cards if i want to have a table with fixed header and dynamic rows?
For now i can only achieve fixed header and fixed rows.
{
"Flow Display Name": @{items('Apply_to_each_Flow')?['properties']?['displayName']},
"Created By": @{body('Get_user_profile_(V2)')?['displayName']},
"Flow Creation Time": @{items('Apply_to_each_Flow')?['properties']?['createdTime']}
}
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
80 | |
56 | |
55 | |
43 | |
39 |
User | Count |
---|---|
84 | |
81 | |
76 | |
63 | |
42 |