I'm trying to set up a flow that sends specific files to a specific person from a sharepoint folder with a manual trigger. My flow is as follows:
Manually trigger a flow --> Get file content using path --> Get my profile (V2) --> Send an Email (V2) (from - Email) (Attachment 1 content - File Content)
It sends something but the file is not openable and is only 19kb (it should be larger). I watched someone on youtube do almost exactly the same thing but with a different trigger, so I don't know what's going wrong. Please help!
Also I tried to add Get file (properties only) so I could include the name of the attachment and that caused it to add a for each loop that sent every file in the folder as a separate email attachment (also couldn't open these files) but one thing at a time.