The community member is trying to combine three variables, {{Letter}}, {{SubmittedDocuments1}}, and {{SubmittedDocuments2}}, which are all links, into one variable to use as multiple attachments. The Letter URL always has a comma after it, but when trying to combine SubmittedDocuments1 and SubmittedDocuments2, the community member is struggling because sometimes they are individual links and sometimes they have multiple links split by commas. The community member needs to add a comma to the end of the SubmittedDocuments1 variable.
The comments indicate that the community members are unsure if the proposed solution of "{{Letter}} {{SubmittedDocuments1}}, {{SubmittedDocuments2}}" will work in both cases (multi-links split with commas or single links). There is no explicitly marked answer in the post or comments.
The Letter URL always has a comma after it so goes nicely onto either or Docs1 or Docs2, however when trying to combine Docs1 and Docs2 I'm struggling as sometimes they are individual links, sometimes they have multiple links split by commas, however I need to some how add a comma to the end of the variable of SubmittedDocuments1
I tried {{Letter}} {{SubmittedDocuments1}}, {{SubmittedDocuments2}}