Hello,
I am trying to build a flow to, upon running it, automatically send a single email per PM contact with relevant information of each related project aggregated in a table. PM contact and information per project is extracted from a SharePoint List.
PM Contact is a single line text field/column containing an email address (ex. JohnSmith@company.com).
I tried a few attempts, in my latest flow:
a. 1 email per project was being sent instead of 1 email per PM contact
b. The same project was being repeated on several rows instead of aggregating projects per PM
c. Since it is an HTML table I believe, I am getting the full path/div class instead of just the answer (as an example under Changes here I should only get No)
Few columns from SharePoint List:
Latest Email Table:
Latest Flow:
All help and advice is appreciated!