Hi
Please, I need that every day my group of e-mail to receive an email with the status of the all the tasks in a plan. Example:
I have three buckets and in each bucket I have tasks completed, in progress and not started, then the email has to be:
Bucket 1
Tasks Completed
Task A
Task B
Task C
Tasks In Progress
Task D
Task F
Task Not Started
Task G
Task H
Bucket 2
... same thing that another bucket.
Could you help me please?
Solved! Go to Solution.
Hi @Haufe ,
Do you want to group by tasks under different buckets?
Please check the following flow for a reference.
Function used in Compose:
union(variables('buckets'),variables('buckets'))
Function used in Compose2:
int(items('Apply_to_each_2'))
Function used in Compose3:
join(variables('Results'),'')
in the action Send an email, input the following code in Body field:
variables('T')
Hope this could be a reference for you.
Best regards,
Mabel
Hi @Haufe ,
Do you want to group by tasks under different buckets?
Please check the following flow for a reference.
Function used in Compose:
union(variables('buckets'),variables('buckets'))
Function used in Compose2:
int(items('Apply_to_each_2'))
Function used in Compose3:
join(variables('Results'),'')
in the action Send an email, input the following code in Body field:
variables('T')
Hope this could be a reference for you.
Best regards,
Mabel
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
40 | |
10 | |
8 | |
7 | |
6 |
User | Count |
---|---|
62 | |
22 | |
12 | |
11 | |
11 |