Hello all
I am having a hard time with using multiple files uploaded in Forms in an email.
I have a working flow which forwards files (uploaded in forms) to a mail recipient. In this existing flow it is only possible to upload one single document.


Now I want to add two more uploads in the Form. I don't want to increase the limit of attachments in the existing upload function... it has to be like this...

I already tried to just add a similar Parse JSON action, then like repeat the same apply to each -> get content file using path (sequentially and/or in a parallel branch) and so on but in the end I am not able to use the file content of at least one "get file content" action, which seems mandatory, in the send an email action as the mail has to be nested in one of the apply to each actions.
Any suggestions how I can use the get file content output outside this apply to each or how to access both later in the process?
Or any other solution is welcomed.