Zip Files Greater than a specific Size

nottyheadedboss

New Member
Hi All,

This is my first time on Automation Anywhere. I am looking at zipping files greater than a specific size using AA.
I have the following in a config file
<NewTask>
<FileConfig>
<Source>D:\Source\</Source>
<Destination>D:\Destination\</Destination>
<FileSize>512</FileSize>
<ToBeZipped>Y</ToBeZipped>
</FileConfig>
</NewTask>

If I use the Copy Files command I can use the Advanced option and add the Size Atleast 512 KB and it works. But I am unable to add the FileSize via a Variable. I would also like to know how to extract the File Size so as to send the details of the Files Zipped along with the FileSize via E-Mail


Can you please guide me on how to proceed with this?
 
Top