{ "type": "AdaptiveCard", "id": "7c536a95-3da4-4e48-bb83-dcf38184fd3c", "body": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "spacing": "None", "style": "emphasis", "items": [ { "type": "Image", "horizontalAlignment": "Center", "url": "https://cdn.workday.com/blogs/uploads/2015/03/wday_logo_dub_circle_600x600.png", "width": "24px", "height": "24px", "altText": "" } ], "width": "auto" }, { "type": "Column", "spacing": "None", "style": "emphasis", "verticalContentAlignment": "Center", "items": [ { "type": "TextBlock", "weight": "Bolder", "text": "Submit PTO", "wrap": true } ], "width": "stretch" } ] }, { "type": "ColumnSet", "separator": true, "columns": [ { "type": "Column", "style": "default", "items": [ { "type": "TextBlock", "weight": "Bolder", "text": "Submitted By:", "wrap": true }, { "type": "TextBlock", "text": "abcd@gmail.com", "wrap": true }, { "type": "TextBlock", "text": "From:", "wrap": true }, { "type": "Input.Date", "id": "fromDateInput" } ], "width": "stretch" }, { "type": "Column", "style": "default", "items": [ { "type": "TextBlock", "weight": "Bolder", "text": "Date Submitted:", "wrap": true }, { "type": "TextBlock", "text": "6\\/27\\/2019", "wrap": true }, { "type": "TextBlock", "text": "To:", "wrap": true }, { "type": "Input.Date", "id": "toDateInput" } ], "width": "stretch" } ] }, { "type": "ColumnSet", "columns": [ { "type": "Column", "style": "default", "items": [ { "type": "TextBlock", "text": "PTO Type", "wrap": true }, { "type": "Input.ChoiceSet", "id": "ptoInput", "placeholder": "Select Type...", "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": { "actionType": "MICROAPP", "actionUrl": "https:\\/\\/www.example.com" } }, { "type": "Action.Submit", "title": "Cancel", "data": { "actionType": "MICROAPP", "actionUrl": "https:\\/\\/www.example.com" } } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.0" }