I am looking for a way to better streamline marketing requests that come through for my company so that the sales team and marketing team can better communicate, track, and prioritize workload. I am thinking of the flow below, but don't know how to create it. Can anyone help?
Solved! Go to Solution.
Hi @lremington ,
Currently, Flow cannot monitor whether the status of the Planner task changes and obtain the attachments contained in the Task.
The part that can be implemented now is to monitor whether the task is completed.
Please refer to the following method to configure Flow.
Create a Task:
Here you need to add responder's email to the task description so that the notification can be sent via the email recorded after the task is completed.
When the PLANNER TASK is complete:
Determine if the task description contains responder's email, and if so, extract the email and send a notification.
Expression reference:
last(split(body('Get_task_details')?['description'],':'))
Hope it helps.
Best Regards,
Hi @lremington ,
Currently, Flow cannot monitor whether the status of the Planner task changes and obtain the attachments contained in the Task.
The part that can be implemented now is to monitor whether the task is completed.
Please refer to the following method to configure Flow.
Create a Task:
Here you need to add responder's email to the task description so that the notification can be sent via the email recorded after the task is completed.
When the PLANNER TASK is complete:
Determine if the task description contains responder's email, and if so, extract the email and send a notification.
Expression reference:
last(split(body('Get_task_details')?['description'],':'))
Hope it helps.
Best Regards,
User | Count |
---|---|
61 | |
50 | |
46 | |
27 | |
17 |
User | Count |
---|---|
26 | |
26 | |
21 | |
20 | |
20 |