Hi everyone,
Apologies if this has been covered elsewhere - I have searched but not found anything but may be struggling to navigate the terminology! It seems relatively basic but I am going around in circles - thanks for any help.
I am trying to send an individual table to a set of users based on a table where each row has a certain flag.
What is working:
- Excel table has multiple rows of tasks for a team, some rows have a status of 'due' in a column
- Flow runs through the rows, if the task is due, that person's name is added to an array variable - giving me a list of names of people with tasks due
- Flow then runs through the list of names, searches in 365 for the email address, appending each to another array variable - so i have a list of names and a separate list of email address
Here's where I'm stuck:
- How do I then generate a html table, one for each email address with their own list of tasks in order to send?
- the problem seems to be that the email addresses don't link to the name and therefore the rows.
Thanks again - hope it's clear!
I'm familiar with:
- setting up the HTML tables
- appending the rows to an array and resetting after each email is sent.
Solved! Go to Solution.
Hi
"Flow then runs through the list of names, searches in 365 for the email address, appending each to another array variable - so i have a list of names and a separate list of email address"
Since your flow is currently iterating through the list of names, you can add more stuff to each iteration. You can use a Filter Array to get all due excel tasks assigned to current name, than use Select action block using 'Filter Array' as its input to get the excel columns you want to show, then 'Create an HTML' table using 'Select' as its input and finally send an email to that person with its due tasks
Hope this helps
Proud to be a Flownaut!
Hi
"Flow then runs through the list of names, searches in 365 for the email address, appending each to another array variable - so i have a list of names and a separate list of email address"
Since your flow is currently iterating through the list of names, you can add more stuff to each iteration. You can use a Filter Array to get all due excel tasks assigned to current name, than use Select action block using 'Filter Array' as its input to get the excel columns you want to show, then 'Create an HTML' table using 'Select' as its input and finally send an email to that person with its due tasks
Hope this helps
Proud to be a Flownaut!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
28 | |
26 | |
23 | |
17 | |
10 |
User | Count |
---|---|
58 | |
56 | |
29 | |
27 | |
24 |