I seem to be hopelessly stuck on what is probably a really easy answer. I have a SharePoint list with a people picker that I want to use get items, get manager (because this isn't included in the list), then email an HTML table with the manager added. Here's what I have:
Get Items from SP List, use Apply to Each to get user and then manager
Using Get Items from SP list, Apply to each to get the manager for each item, Filter Array to filter by a string column, Create HTML table where I can't find out how to add in the Get Manager info. The values on the HTML table are in the format item()?['ColumnName'] because every time I selected the dynamic content it created a new HTML table for each filtered item. I want to combine the filtered items and the manager info into one HTML list.
Filter array to filter by a string column, then create HTML table where I can't find how to add the manager
Hi @Anonymous,
Could you explain what you are trying to achieve or what the end goal is?
The end goal is to email an HTML table with information from the SharePoint list and the manager display name from the people picker column. For example, if the list included the manager like this I could just pull all the information from the list into the HTML Table:
ID | Name | Link | Manager |
123456 | Billy Bob | https://........ | Tom Smith |
But the list I'm using Get Items from (and then filtering) does not include the manager. So I need to flow to Get Items, filter those items, Get Manager for the remaining items, and then create an HTML table based off the filtered items and include the Get Manager info that is not in the original list.
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 |
---|---|
70 | |
24 | |
18 | |
16 | |
13 |
User | Count |
---|---|
134 | |
43 | |
32 | |
32 | |
29 |