Hi
I'm pretty new to flows, especially using expressions etc.
I think the premise of what I am trying to do is acheivable & am just hoping someone can give me some guidance on how to do the last part.
Essentially, what I'm trying to do is the following:
- I have muliple spreadsheets that I will drop into a sharepoint drive (Trigger When a file is created in a folder Sharepoint)
- It will have a different file name each time.
- The information in the spreadsheet will always presented with same columns & organised as 'Table1'.
- I then need to send an email to a user, which sums the following columns that are in the table AR, DM, BS, BU, BW, AV & AW.
- I have used the List rows present in a table couldn't see Get Rows (might be as it's SharePoint based?).
- I have then used Compose with an expressions sum(body('List_rows_present_in_a_table')?['value']?[AR'])
- I need to then use the output from the sums populated in the email, if that's possible?
- I then need to attach the document to the email, which it is succesfully doing, but it doesn't retain the original file name (whch actually is important sadly).
Below is a snip of what I've done, it's the compose bit that i'm struggling with & how to put the specific outputs into the body of the email.
If someone could give me any pearls of wisdom i'd appreciate it.

