Hi. Please let me start with announcing that I'm a newbie to this Power Automate malarky so bear with me if my terminology is not fully on point. I have created a form in Forms to which responders can attach up to 5 files on a single question. I have successfully created the flow (with the help of many posts in this and other forums) that gets the form info and pops it neatly into an Excel file. It then creates an email to the appropriate person depending on the choices made in another question and inserts a link to the attached file in the HTML body of the email. Now this all works splendidly - until you attach more than one file.
The issue is that with multiple files attached to the form question I get one line for each attachment in the Excel file. What I really want is all the links in one cell on one line. So I looked at info on forums etc and found one entitled "Working with Files on MS Forms in MS Power Automate" by By The Devs that looked very promising but I hit another snag.
My flow looks like this...



as per the info I have been able to collect this far I have created a Variable Array (CSUpload) and have the filename data being appended to it. One thing I have found is that in the examples I have been viewing (most of these are appending the upload data to and Attachments Variable for sending in an email) it appears that when I get to the point where I wish to send the contents of the variable as the attachment or in my case as a line in my excel, I should see my CSUpload variable as an option in the Dynamic Content list. But I don't have it as an option.
As it stands, my flow does work, but adds a line for each attachment in the form. I would be really happy if someone could help me understand where I am going astray.
Many Thanks