Hi,
Im creating an e-mail template. In this template there are a lot of optional values to be used. One of these optional values is the attachment option.
The problem is that as soon as i assign a variable to the AttachmentsCollections input, the mail exchange expects there to be a file. You can not have the variable empty.
(type is String Array)
Is there a way to place a conditional statement in the AttchmentCollestion iput to only use the variable if there is at least 1 item filled?
Something (but not like) this:
Thanks in advance.