Hi all, I have two questions.
1) Currently I have a Create CSV Table that is working just fine with my Sharepoint list; however, I need multiple rows under one column. Is there a way to do this? The reason I need this, is because I have to follow strict layout in order for my users to import data into a specific program.

Currently this is what I have for my flow, and it outputs this:

This is great; however, I need multiple ProjectTitles, PIC's, etc. to be on their own rows, like this:

Is there anyway to output this? Obviously I will need to call different list columns per row, but as long as the correct data is where I want it, it doesnt matter.
2) Currently, I have my flow begin upon List item creation. The flow saves the CSV into a document page in the same Sharepoint site, and send an email to users. I would like to have the email contain the CSV that is created in the flow. Is there anyway to do this? In the attatchments area on "Send Email", I have tried attatching the Create CSV Table, but I only recieved any error.