
Announcements
Hi, I am trying to build a flow where multiple users can respond to the Adaptive card in Microsoft teams and store the responses in the Microsoft excel sheet. I was able to get a response from the single user, after that the flow is getting stopped and the response data is getting stored in Excel. But I want to collect multiple user responses and store it in an Excel file. Can anyone share an article or make a video on this and help me on this? I am a complete newbie to Power automate.
Hi @vjgb
1. You can store multiple user email addresses in a variable array.
2. Iterate over the array using Apply to each.
3. Create an adaptive card in Apply to each and turn on concurrency in settings.
Best Regards,
Levi