Hi @Anonymous,
Could you please share a bit more about your scenario?
Do you want to pass a Collection from your app to a flow, then embed it within the Body part of the email?
If you want to pass a Collection from your app to a flow, then embed it within the Body part of the email, I afraid that there is no direct way to achieve your needs in PowerApps currently.
Currently, Microsoft Flow only accepts String Text value as Parameter value passed from an app.
As an alternative solution, you could consider take a try to concatenate values within the Collection into a Single one String value with a specific separator (e.g. #), then pass the Text String value from your app to the flow. Within the flow, you could use Split function to split the string value into an array value.
Please check and see if the following blog would help in your scenario:
https://www.techmikael.com/2017/05/saving-collection-of-images-from.html
In addition, the user @mtxe32 has faced same needs with you, please check the response within the following thread:
https://powerusers.microsoft.com/t5/General-Discussion/Using-Collection-Content-in-a-Flow/m-p/8677
Best regards,
Kris