Its very tough for me to explain in the right context so apologies in advance.
I am trying to set up a flow which sends an email containing 2 attachments from a Sharepoint list as well as a word document from my OneDrive. For the two attachments from my Sharepoint list, I am appending them to an array and sending them that way. However I also need to send this 'Get File Content' which comes from my OneDrive and send this along side the 2 other attachments. So in total 3 attachments are needed to be sent.
My flow runs as followed:


And my email attachment content is as followed:

How can I include this varAttachment (Sharepoint attachments) and the get content file?
Any help will be greatly appreciated!