I would like to get a response of the user when he clicks on the adaptive cards in power automate

2024-10-30T08:33:39.3366667+00:00

Below are the power tag config

{ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.2", "body": [ { "type": "TextBlock", "text": "Shift Handover Notification", "weight": "Bolder", "size": "Medium" }, { "type": "TextBlock", "text": "Please confirm who is taking over the shift by clicking an emoji." } ], "actions": [ { "type": "Action.Submit", "title": "👍 I'm Taking Over", "data": { "action": "takeOver", "user": "${userEmail}" // Dynamically populated with the user's email } }, { "type": "Action.Submit", "title": "👎 Not Taking Over", "data": { "action": "notTakeOver" } } ] }

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,320 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,342 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.