I have 2 sharepoint list with this simplified structure:
List 1 Managers
Column1: Manager (people column)
Column2: SaleAgent (people column)
exemple:
| Manager |
SaleAgent |
| Manager1 |
Agent1 |
| Manager1 |
Agent2 |
| Manager1 |
Agent3 |
|
Manager2
|
Agent4 |
| Manager2 |
Agent5 |
List 2 Actions
Column1: SaleAgent (people column)
Column2: Action date
Column3: Action Status
Column4: Action description
I need to create a flow to send a consolidated HTML report to every manager with all the actions of the sub agents.
Manager 1 should receive a list of actions grouped per agent : Agent1, Agent2 and Agent3
Manager 2 should receive a list of actions grouped per agent: Agent 4 and Agent5
If anybody can give me an idea it will be amazing.
Thank you