Hi
I have a scenario ,that someone fill a form, after all is completed he create a task in my planner and a list with all answers.
I want ,that when i completed a task ,i fill the list with a updated status, and i have to send a email to the person that have write the form, the problem is maybe i have more task of one person, if i completed one i send a email for all task.
When a new response is submited ->
Get response details ->
create a task (with answers of form) ->
Delay 5 sec
Update details of task (with answers of form) ->
Create element (list in sharepoint with answers of form ,with status active) ->
When task is completed (group id and plan id) ->
Get element ->
Update element (list and update status to completed) ->
Send a email (to who have created the form)
Problem is When task is completed ,that id plan is for all task, and i just only i have completed one of them. And send all emails for all thanks ,completed and not completed.
Does anybody know how to fix it? Thanks a lot ,and sorry for my english..
Solved! Go to Solution.
Hi @llserra,
I think the logic of your Flow not reasonable.
In this part, you create a trigger When a task is completed, and waiting for some task completed, but if the completed task is not the task you created in Flow or task owner is someone else, the task will send to Resposonser's email of MS Form, and the email will only send once, it is not reasonable.
So I advise you to create a separately Flow that Send email to who complete the task. The email will send email as soon as someone completed the task. You can store these responses into the SharePoint list, and when someone completed, use the Get items to filter the item associated with the task, then send an email to the task owner.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @llserra,
I think the logic of your Flow not reasonable.
In this part, you create a trigger When a task is completed, and waiting for some task completed, but if the completed task is not the task you created in Flow or task owner is someone else, the task will send to Resposonser's email of MS Form, and the email will only send once, it is not reasonable.
So I advise you to create a separately Flow that Send email to who complete the task. The email will send email as soon as someone completed the task. You can store these responses into the SharePoint list, and when someone completed, use the Get items to filter the item associated with the task, then send an email to the task owner.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
71 | |
26 | |
19 | |
15 | |
15 |
User | Count |
---|---|
143 | |
43 | |
42 | |
34 | |
32 |