web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Trigger a flow with a ...
Power Automate
Unanswered

Trigger a flow with a action sumit button in an adaptive card post in teams

(0) ShareShare
ReportReport
Posted on by 40

Hello,

I'm trying to fill a sharepoint list using a flow triggered on "For a selected Item".
I'm posting automatically in teams an adaptive card with a Action submit button wich should tigger my flow, but i always got an error message "Sorry, we can't acces to the application"
Here is my adaptive card:

 

{
 "type": "AdaptiveCard",
 "body": [
 {
 "type": "ColumnSet",
 "columns": [
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "TextBlock",
 "text": "Status"
 },
 {
 "type": "Input.ChoiceSet",
 "placeholder": "Placeholder text",
 "choices": [
 {
 "title": "Not Started",
 "value": "Not Started"
 },
 {
 "title": "In Progress",
 "value": "In Progress"
 },
 {
 "title": "Completed",
 "value": "Completed"
 }
 ],
 "style": "expanded",
 "id": "1",
 "$data": "Status",
 "value": "In Progress"
 }
 ]
 },
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "TextBlock",
 "text": "Relevance"
 },
 {
 "type": "Input.ChoiceSet",
 "placeholder": "",
 "choices": [
 {
 "title": "Relevant for Engineering ",
 "value": "Relevant for Engineering "
 },
 {
 "title": "Non Relevant for Engineering ",
 "value": "Non Relevant for Engineering "
 }
 ],
 "style": "expanded",
 "id": "2"
 }
 ]
 }
 ]
 },
 {
 "type": "Input.Text",
 "placeholder": "Topic",
 "id": "3"
 },
 {
 "type": "Input.Number",
 "placeholder": "Time Spent",
 "id": "4"
 },
 {
 "type": "Input.Text",
 "placeholder": "Comment",
 "id": "5"
 },
 {
 "type": "ActionSet",
 "actions": [
 {
 "type": "Action.Submit",
 "title": "Update Status",
 "id": "{\"59\": \"9434f9ce-c2b0-40c5-b51a-99f61d74e131\"}"
 }
 ]
 }
 ],
 "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
 "version": "1.0"
}

 

Did somebody ever had this issue?

Thanks a lot 😃

Categories:
I have the same question (0)
  • efialttes Profile Picture
    14,756 on at

    Hi!

    Which Teams action block are you using to publish your card?

    Thanx!

     

  • KevinLG Profile Picture
    40 on at

    Hi @efialttes !

     

    I'm using the block "Post your own adaptive card as the flow bot to a channel"

  • KevinLG Profile Picture
    40 on at

    I've find a way to get back the data from my adaptive card using "Post an Adaptive Card to a Teams channel and wait for a response"
    But i have other actions after this one that must be completed before people respond to the adaptive card.
    Here is a little schema of what i'm doing:

    Flow.JPG

    You can see the problem. I need to know my teams post ID before getting an answer to it so i can compose my teams post link and send it by mail/update my sharepoint item...

    Do you think it is possible to do?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 589

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 284 Super User 2026 Season 1

Last 30 days Overall leaderboard