{ "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "size": "Medium", "weight": "Bolder", "text": "体調不良メンバー" }, { "type": "ColumnSet", "columns": [ { "type": "Column", "items": [ { "type": "Image", "style": "Person", "url": "@{dataUri(outputs('ユーザーの写真の取得_(V2)')?['body'])}", "size": "Small" } ], "width": "auto" }, { "type": "Column", "items": [ { "type": "TextBlock", "weight": "Bolder", "text": "@{outputs('ユーザー_プロフィールの取得_(V2)')?['body/displayName']}", "wrap": true } ], "width": "stretch" } ] }, { "type": "FactSet", "facts": [ { "title": "場所", "value": "**場所を動的コンテンツからいれる**" }, { "title": "予定時間", "value": "**開始時間を動的コンテンツからいれる**~**終了予定を動的コンテンツからいれる**" }, { "title": "体調", "value": "**体調を動的コンテンツからいれる**" } ] }, { "type": "ActionSet", "actions": [ { "type": "Action.Submit", "title": "確認済", "id": "確認済" }, { "type": "Action.ShowCard", "title": "要確認", "card": { "type": "AdaptiveCard", "body": [ { "type": "Input.Text", "id": "comment", "placeholder": "Add a comment", "isMultiline": true } ], "actions": [ { "type": "Action.Submit", "title": "OK" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json" }, "id": "要確認" } ] } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.3" }