Hello everyone
We’ve some CSV files that are generated by our batch campaigns and some reports, this files are stored in our pegacloud repository under the following path (pegacloudrepository/PEGA_FILE/PEGA_TXT/xxxxx_xxxx.csv)
Now we need to send some of this in an Email as Attachment, I’ve tried with SendEmailNotification and SendEmailWithAttachments, but I might have configure something incorrectly.
How can I get the file from the repository and send it, using activity, as this will be scheduled.
Thanks