
Announcements
Hi,
I am wondering if it is possible to manage my flows using MS Teams Adaptive cards, rather that logging into power automate and managing flows from there. If there's a way i would truly appreciate if someone could reply back with the steps to build this setup as I'm totally new to adaptive cards and not sure how i can build this. but i think its possible though.
There are a few simple flows that i have created which i wanted the members of my team to have the ability to start/stop by just typing a message in MS teams and using the adaptive card presented they should be able to start/stop the flow ( that will be using my connection on the backend)
So here's how i see the working of this
1. On MS Teams in a specific channel a message is typed example: "ShowFlows"
2. That message on teams triggers the Flow
3. On that Specific channel using the adaptive card awaiting response connector it should post in a Tabular format the Name of the flow in one column and on the next column it shows the state of the flow(if Stopped or running etc..)
4 Just below that last column there should be two combo boxes
one that lists all the flows that were shown in the table and the other combo box next to it should have (start/Stop) as the options
5. So ideally team members can choose the flow that is stopped state and have the ability to start it and vice versa
6. Once the Submit button is pressed it should take those responses and mange that flow respectively.
7. The last option in the combo box that display the name of the flow should have an exit option to terminate the flow.