Which activity is used to archive a set of files and send them as an attachment in an email?
Correct Answer: C
The Compress/Zip Files activity is used to archive a set of files and send them as an attachment in an email.
This activity allows the developer to specify the source folder that contains the files to be archived, the destination folder where the compressed file will be created, and the name of the compressed file. The activity also supports various compression formats, such as zip, tar, gz, bz2, xz, and 7z. The compressed file can then be attached to an email using the AttachmentsCollection property of the Send Mail activity. This way, the developer can reduce the size and number of the files to be sent, as well as protect them with a password if needed.
References:
Compress/Zip Files - UiPath Activities
Send Mail - UiPath Activities
How to send multiple files in one attachment in uipath - UiPath Community Forum