@Anonymous
You can use an array variable to store the data and you can pass all the data stored in this array into single email.
Create a array variable after the trigger in flow.
In the APPLY TO EACH LOOPS where you have the send an email action replace it with APPEND TO ARRAY and this will store the value into the array.
In final email you can pass the values stored in this array over a single email.
If this information helps you, please hit the like button and mark the solution as resolved, so that it will help other users in future.