Hello Community,
I have a PowerApps application in place that is being used to submit items in a SharePoint list. After lines are submitted, I have a working flow that send email to someone with created items:

Inside the Switch action there is only the Send an email v2 action for different 'Status' column value.
My issue is that through the PowerApps application multiple lines can be submitted at a time and in this case multiple emails are send.
What can be done so that all items submitted through the application in SharePoint list will be send in a single email ?
To be mentioned that I would like not to use 'Create HTML table' since the email itself was created in HTML format and it is pretty complex.
Thank you in advance for your time and support !