I’m getting stuck with the following scenario. I’m using a For Each Row in Datatable activity to read each line and subsequently filter for all invoices which have the same Customer Number and Email Address. An example data table I get is as follows:
The aim is to only send one email once to this email address which contains a data table containing the 2 records. My current workflow is sending an email twice capturing the same information. Would appreciate any advice!