I am building a flow to:
- Automate a Planner Task populate into a Pipeline bucket
- Pull in information from the Form to:
- populate Task Notes
- add due date
- add a label based on the selection made within the form, and
- if there are files uploaded, they upload into the Task
- Send a customized email via Outlook to Department Managers and attach the Form Submission
My flow includes:
Forms Trigger: When a new response is submitted
Forms: Get Response Details
Planner: Create a task
Planner: Update task details
Outlook: Send an email
The Flow keeps failing at the Update Task Details step: The error in the flow occurred because the 'title' parameter in the 'Create a task' operation is referencing incorrect data from the 'Get response details' operation. To fix this error, ensure that the 'title' parameter in the 'Create a task' operation is correctly referencing the title data from the 'Get response details' operation.
The Title in Create a task does match the Task ID in Update task details. Help! What am I doing wrong?