{ "type": "AdaptiveCard", "body": [ { "type": "Container", "items": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "items": [ { "type": "Image", "horizontalAlignment": "center", "url": "https://cdn.workday.com/blogs/uploads/2015/03/wday_logo_dub_circle_600x600.png", "size": "medium" } ], "width": "auto" }, { "type": "Column", "verticalContentAlignment": "center", "items": [ { "type": "TextBlock", "size": "medium", "weight": "bolder", "text": "Submit PTO", "wrap": true } ], "width": "stretch" } ] } ], "spacing": "medium" }, { "type": "ColumnSet", "separator": true, "columns": [ { "type": "Column", "verticalContentAlignment": "center", "items": [ { "type": "TextBlock", "weight": "bolder", "text": "Submitted By:", "wrap": false }, { "type": "TextBlock", "text": "dummymail@gmail.com", "wrap": false }, { "type": "TextBlock", "text": "From:", "wrap": true }, { "type": "Input.Date", "id": "fromDateInput" } ], "width": "stretch" }, { "type": "Column", "verticalContentAlignment": "center", "items": [ { "type": "TextBlock", "weight": "bolder", "text": "Date Submitted:", "wrap": true }, { "type": "TextBlock", "text": "5/24/2019", "wrap": true }, { "type": "TextBlock", "text": "To:", "wrap": true }, { "type": "Input.Date", "id": "toDateInput" } ], "width": "stretch" } ] }, { "type": "ColumnSet", "columns": [ { "type": "Column", "verticalContentAlignment": "center", "items": [ { "type": "TextBlock", "text": "PTO Type", "wrap": true }, { "type": "Input.ChoiceSet", "id": "ptoInput",              "placeholder": "Select Type ...",              "style": "compact", "choices": [ { "title": "Sick", "value": "sick" }, { "title": "Vacation", "value": "vacation" }, { "title": "Medical", "value": "medical" }, { "title": "Parental", "value": "parental" }, { "title": "Personal", "value": "personal" }, { "title": "Special", "value": "special" }              ] }, { "type": "TextBlock", "text": "Reason", "wrap": true }, { "type": "Input.Text", "id": "reasonInput" } ], "width": "stretch" } ] } ], "actions": [ { "type": "Action.Submit", "title": "Submit", "data": { "id": "d757a6ab-9cd7-40ea-9d96-ed63355bef8b" } }, { "type": "Action.Submit", "title": "Cancel", "color":"attention", "data": { "id": "f6c4a34d-196a-4ac3-8eb7-e1d6b40c8e33" } } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.0" }