Hi, I have flows set up to save attachments from emails to a onedrive for business folder - This works OK.
I then have a flow set up to check the count of files in the folder and if 2 or more, attach those files to an email, send and then delete the source files. This flow runs without error however the file content being sent/received is incorrect.
The input data is .txt or .csv files and contains data like:

however the data being received over email (With the right filenames) has data like:

My flow is set up to trigger when a file is saved, list files in folder, for each file increase the value of a Integer variable, then i initialise an array variable, then do a check on the integer variable and if greater than or equal to 2 it proceeds to this step:

Then the email that is sent has the allattach variable listed in the attachements section:

Ive tried searching a number of other posts/questions/guides however everything i can find is using Sharepoint instead of onedrive and the actions are subtlety different.
Any help is appreciated,
Thanks,
Khris