Re: How to call forms polling from flow to Microsoft Team channel?
HI @sanketghorpade
Okay. So you could create the form and enable it on the teams channel. Create a flow that triggers when the response is submitted. That way you can get the responses and configure the next actions.
For the second scenario of using the apply to each, you do not have to worry about the sequential part as you can make it send the message parallelly by making a small setting change on the apply to each condition. please see the screenshot below:

You can access the settings by clicking on the ... of the apply to each action and click on settings. enable concurrency and set the degree of parallelism. This will perform the actions in the loop parallelly and you can set a time out to time out the action (for users who do not respond)
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!