Forum Discussion
Create workflow from Microsoft Form
zacaum you can create a task in Planner from a form submission as follows:
In order to add the task description you need to add a delay then add the update task details. The delay is necessary otherwise the actions happen so fast that the update task action doesn't find the task:
Then you can create a channel in your Teams team. You can't create a tab, it has to be a channel.
Rob
Los Gallardos
Microsoft Power Automate Community Super User
- CarlosAndresMarinJun 13, 2022Copper ContributorHello there, I found this post very usefl but What if given certain answer on one question of the form I would require that the task is created on certain bucket?
I would appreciate your guidance- RobElliottJun 14, 2022Silver Contributor
CarlosAndresMarin then you would need to add a Switch action that looks at just that question. In "case" the answer is A you would add the action to add the task to bucket A, in case the answer is B you would add the task to bucket B and so on.
Rob
Los Gallardos
Microsoft Power Automate Community Super User- CarlosAndresMarinJun 14, 2022Copper ContributorThank you, so useful!