Dear all,
Use Case:
I am building a flow to send an email 2 weeks before expiration of a certificate to the contact person of that item.
The table is a SharePoint List with 3 columns: Identification No, Valid Until, Contact Person.
Issue:
The html table always contains all items during that reporting time. So different contact persons always get all certificates expiring even they are not responsible for it.
Here is what I created:
Email Body contains: Outputs of HTMLTableStyling (CSS) and CleanHTML (to have a proper HTML table)
It would be great to have one email by contact person (containing all items expiring), but not containing these items which are not related to that contact person.
Could anyone tell me what I forgot to consider?
Thank you!