I am attempting to create a flow based on the submission of an MS form. Currently working with a pretty basic forms to approval email setup. Here is how it would hopefully work...
- Person A would fill out form (a setup request) & submit
- Switch case checks one question and based on the response, determines who should receive an approval email
- assuming first approval was positive, 2nd level of approval would receive an email
- assuming second approval was positive, email with details is created and sent to various departments for execution
- additionally, an event would be created on an associated 365 calendar
When it recognizes that the form has been submitted, then it works through the setup email. However, the event creation always fails.
Is there a more efficient way to create this?
Would I be better served trying to do something more directly with Sharepoint?
Is there some reason that only 2 of 5 form submissions have triggered the flow?
Event creation gives the following error message...
Your request can't be completed. At least one required parameter is missing from the request. Missing parameters: Pattern. clientRequestId: 0e27beba-6849-4a8b-97e0-95270c994e13
Any guidance would be greatly appreciated.