I have a workflow which creates a .csv file in an S3 bucket. After the file is created, I need to have Alteryx attach it to an email and send. I have no access to network drives, this has to happen directly to and from S3. The problem I'm running into is that when I use the S3 download tool to get the .csv, it's bringing it back as data, rather than as a .csv file. How do I get it to grab the actual file and attach it to the email? I'm assuming it's a problem with the path.
Here's my configuration of the S3 tool:

Here is the output, which is 1,498 rows, when really I think I want one row which contains the .csv file. I'm showing the headers and not the actual records for data privacy reasons.

So I then need to attach the .csv. If I try to find it by clicking the file folder, it takes me to my local file system, rather than my S3 bucket. So I tried creating a filepath, but that doesn't work either:

I'm assuming this can be done, and most likely need to define the path differently, but so far I can't figure it out. Is there a solution?
Thanks!