Hello, I have several flows that are like "if a new file is saved in a folder, email me about it"
One looks like this and emails me a link to the file:

and one looks like this and emails me the text thats in a .txt file, as part of the body of the email:

Well now I'd like to do something very similar and when a .csv file is saved, I'd like to take the contents of the csv and put it into the body of the email as a table, like this:

I figure this is possible but I'm lost on how. When I google I keep getting the opposite flows: like "take csv from email and save to sharepoint list somewhere" or "take power bi and save as csv to email"
Would love any help!