{
type: "AdaptiveCard",
version: "1.3",
body: [
{
type: "ColumnSet",
columns: [
{
type: "Column",
width: "stretch",
items: [
{
type: "Image",
url: "",
horizontalAlignment: "Center"
}
]
},
{
type: "Column",
width: "stretch",
items: [
{
type: "TextBlock",
text: " ",
wrap: true,
spacing: "Large"
},
{
type: "TextBlock",
text: "Hi "&(System.User.FirstName),
size: "Large",
color: "Accent",
wrap: true,
spacing: "Small"
},
{
type: "TextBlock",
text: "[I offer Service. How can I help you today?](msteams://l/Chat/0/0?users=28:49471a10-fdbc-4ffb-b0b8-944f3df985d9&message=Help)",
size: "Medium",
weight: "Bolder",
color: "Accent",
wrap: true,
fontType: "Default"
}
]
}
]
},
{
type: "ColumnSet",
columns: [
{
type: "Column",
width: "stretch",
items: [
{
type: "ColumnSet",
columns: [
{
type: "Column",
width: "stretch",
items: [
{
type: "ActionSet",
actions: [
{
type: "Action.Submit",
title: "Action.Submit",
data: {
msteams: {
type: "messageBack",
displayText: "",
text: "Action.Submit",
value: "{""bfKey"": ""bfVal"", ""conflictKey"": ""from value""}"
}
}
}
]
}
]
},
{
type: "Column",
width: "stretch",
items: [
{
type: "Container",
items: [
{
type: "ActionSet",
actions: [
{
type: "Action.OpenUrl",
title: "Action.OpenUrl",
}
],
horizontalAlignment: "Center",
spacing: "Medium"
}
]
}
]
}
]
}
]
}
]
},
{
type: "ColumnSet",
horizontalAlignment: "Left",
columns: [
{
type: "Column",
width: "auto",
items: [
{
type: "Image",
altText: "Search button",
url: "",
width: "40px",
horizontalAlignment: "Left",
height: "40px"
}
],
horizontalAlignment: "Center"
},
{
type: "Column",
width: "auto",
items: [
{
type: "TextBlock",
text: "Looking for something else, Please type your issue",
wrap: true,
size: "Large",
color: "Attention",
horizontalAlignment: "Left"
}
],
horizontalAlignment: "Center"
}
],
separator: true,
spacing: "Medium"
},
{
type: "TextBlock",
wrap: true,
weight: "Bolder",
fontType: "Monospace",
color: "Attention",
text: "Type 'STOP' to end the conversation at any point"
}
]
}
Hello,
The above is the card, I am using in PVA which was edited with formula. When I use this. it is showing "system error". If you need anything else, please lemme know.