Hi,
I'm trying to build a flow that will match up multiple items in SharePoint list and output them to a single HTML table.
I have a SharePoint list built that we use for order tracking, each order will have multiple items within SharePoint that are all linked to a sales order number, for example order 100 has 5 different list items for 5 different items that form part of that order,
What I'm trying to achieve is to get a HTML table that shows all the items for order 100 and send an email.
Thanks
Dean