When a form is submitted my flow sends an approval to a teams channel through adaptive cards, and collects the response in excel. The issue is when 1 person clicks the action button on the adaptive card it updates for the whole channel so no one else can click the action button. I have tried two approaches since approvals doesn't directly go to a teams channel.
Approach 2
Both of these ways don't seems to record multiple responses, any help would be appreciated.
@Anonymous with teams channel and adaptive card, only one user will be able to provide approval, for multiple users to provide approval, its tricky, you will need to send approval to each user instead of channel using post adaptive card to teams user instead of channel or you can use HTTP trigger to call another flow from adaptive card action URL
references:
https://www.techmikael.com/2019/05/approve-document-in-teams-using.html
https://laurakokkarinen.com/the-ultimate-guide-to-microsoft-teams-based-approvals/
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1