List of File Urls

Im trying to generate an email that has a list of file urls, each on one line. Im able to get it to list the urls names correctly (see attached screenshot), however each link has the entire list of urls in one line like this" https://s3.amazonaws.com/appforest_uf/f1575986737124x322482464083222900/Screen%20Shot%202019-12-05%20at%208.25.16%20AM.jpg //s3.amazonaws.com/appforest_uf/f1575986737152x116505079784436690/Screen%20Shot%202019-12-05%20at%208.25.27%20AM.jpg //s3.amazonaws.com/appforest_uf/f1575986737948x736006855542684700/Screen%20Shot%202019-12-05%20at%208.25.41%20AM.jpg //s3.amazonaws.com/appforest_uf/f1575986737928x167473092779905730/Screen%20Shot%202019-12-09%20at%203.11.18%20PM.jpg //s3.amazonaws.com/appforest_uf/f1575986738620x248680699965984300/Screen%20Shot%202019-12-09%20at%204.36.36%20PM.jpg".

Screen Shot 2019-12-10 at 9.38.44 AM
Screen Shot 2019-12-10 at 9.40.40 AM

Oddly this was working fine at one point and Im not sure what broke it.

Thanks for your help.

I guess that you are not saving file correctly. Check your multifile uploader workflow action that create or update thing. This should say add list multifile uploader value and not just add multifile uploader value

Thanks for the input, but I think that portion is setup correctly already

1 Like

So in this case, this is because the page break get urlencoded in email
Try this: join with <br>

Hmmm, I thought you were on to something.

That didn’t seem to work either, unless I’ve entered it incorrectly. I also tried bbcode ([br]) and no luck.

Screen Shot 2019-12-10 at 1.04.32 PM

haaaa
Sorry. I just check the dynamic value. But you are putting everything into the same URL tag.
I think it’s more complicated in this case.
I need to think about the syntax, but you will need to join with url in between too. And because you are matching two parts (url and name), this may be a lot more complicated to do it directly into the email body.

Gotcha,

That was what I was afraid of. I may be able to temporarily not combine the file name and just have a list of urls. It’s not ideal, but it’s better than nothing at all.

This topic was automatically closed after 70 days. New replies are no longer allowed.