AS-Testing sharing JSON code

Options

{ "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4", "body": [ { "type": "TextBlock", "text": "Reunion Fees and Details", "wrap": true, "size": "Large", "weight": "Bolder" }, { "type": "Input.Toggle", "title": "Check box if number of attending is unknown", "spacing": "Medium", "id": "GuestsUnknown", "label": "" }, { "type": "Input.Text", "placeholder": "Total number attending (include alumni)", "label": "Total number attending", "id": "TotalAttending", "maxLength": 2, "spacing": "Small" }, { "type": "Input.Toggle", "title": "Check box if fee is unclear", "spacing": "Medium", "id": "FeeUnclear", "label": "" }, { "type": "Input.Text", "placeholder": "Total Due, Use ? if unsure what to charge", "label": "Registration Fee", "id": "Fee", "maxLength": 4, "spacing": "Small" }, { "type": "Input.Text", "placeholder": "Total paid to date", "id": "Paid", "label": "Amount Paid", "spacing": "Medium" }, { "type": "TextBlock", "text": "Summary note regarding fee waivers, payment promises, anything we need to know for the registration table is helpful here.", "wrap": true, "spacing": "Medium" }, { "type": "TextBlock", "text": "Tips: List questions at beginning and start with ? to set it off. Fee waiver of $_____ per AMF. Allergies/Mobility issues, etc.", "wrap": true }, { "type": "Input.Text", "placeholder": "Important questions and or details only", "id": "Comments", "label": "Summary Note", "maxLength": 256, "isMultiline": true }, { "type": "Input.Text", "placeholder": "Enter pronouns or other biographical details the record needs", "id": "BioComments", "label": "Notes regarding constituent record updates", "maxLength": 256, "isMultiline": true, "spacing": "Medium" } ], "actions": [ { "type": "Action.Webrequest", "title": "Submit", "associatedInputs": "auto", "url": "https://prod-87.westus.logic.azure.com:443/workflows/5a78ba5a622641b8a9c39d4f46a1a208/triggers/manual/paths/invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=8a5tH7WxSVlYS2OX8AIQYri-RMQga8Xqt0Jw8hKLwhU" } ]}

Categories