{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.4",
"body": [
{
"type": "TextBlock",
"text": "@{outputs('Get_SPIFF_Submitter')}",
"id": "acTitle",
"spacing": "medium",
"horizontalAlignment": "left",
"size": "extraLarge",
"weight": "bolder",
"color": "accent"
},
{
"type": "TextBlock",
"text": "Submitted a SPIFF Approval Request ",
"id": "acHeaderTagLine"
},
{
"type": "TextBlock",
"text": "**SPIFF Name:** @{outputs('Get_SPIFF_Name')}",
"size": "Medium",
"id": "acSpiff",
"separator": true
},
{
"type": "TextBlock",
"text": "**SPIFF Number:** @{outputs('Get_Record_ID_for_url')}",
"id": "acSPIFFID"
},
{
"type": "TextBlock",
"text": "**SPIFF Details:** @{outputs('Get_Details')}",
"id": "acDetails"
}
],
"actions": [
{
"type": "Action.Submit",
"title": "Acknowledge/Dismiss",
"id": "btnClear",
"data": {
"button": "Dismiss"
}
},
{
"type": "Action.Submit",
"title": "Approve/Reject",
"id": "btnDetails",
"data": {
"button": "Details"
}
}
]
}
{
"button": "Dismiss"
}
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492