Hello, everyone!
Could you help me to explain using of Action.Submit property of the Image element in Flow for posting message in Teams?
My example of adaptive card:
{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"size": "Medium",
"weight": "Bolder",
"text": "Rate the collaboration",
"separator": true,
"color": "Accent"
},
{
"type": "TextBlock",
"text": "Please rate your experience! ",
"wrap": true
},
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"items": [
{
"type": "Image",
"style": "default",
"size": "Medium",
"selectAction": {
"type": "Action.Submit"
},
"url": "https://cdn3.iconfinder.com/data/icons/sympletts-free-sampler/128/star-512.png"
}
],
"width": "auto"
}
]
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.2"
}
Can I use the property of Image element for Post an Adaptive Card to a Teams user and wait for a response step? And to collect a response?
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional