I have created a shopping cart style Power App that posts to a sales order header table and a sales line table in Dataverse.
I would like to send an order confirmation email to the user that created the order.
I am having troubles knowing how to send an email to include the sales line rows?
So far I have this Power Automate trigger based flow;
"When a row is added" - (i.e. New sales order is created)
"List Rows" - (i.e. how do I get the sales line rows based on the Sales Order ID from previous step?)
"Send an Email (V2)" - (Send an email with the Order Header information and loop through and include all sales line rows in the email.)
I am stuck on not being able to include all related sales line info in the email?