Hey guys.
I need to apply the filter in save-attachments activity. Only file: Slip Activation.xlsx
is needed to be downloaded. Can you help me with REGEX for it?
Thank you
Update: It should be case insensitive
Hey guys.
I need to apply the filter in save-attachments activity. Only file: Slip Activation.xlsx
is needed to be downloaded. Can you help me with REGEX for it?
Thank you
Update: It should be case insensitive
@Slavich Can you specify sample input and output
No worries
Hope this would help you
It has an example as well
Cheers @Slavich
@indra,
Input: path as String
Output: variable attachments as Ienumerable String
@Slavich Can you specify what will be common in the file
@indra,
Sorry, dont catch what you mean…
There are can be multiple attachments in email together with this file. I want to filter by this particular name - Slip Activation.xlsx and download it.
@Slavich Use if condition that your file name contains Slip Activation.xlsx than download file
@indra,
It seems to me that through filter its easier. No ?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.