Copying directories using Automation Studio

My requirement is to check if the folder size has changed from the previous size.
If yes, I want to copy that directory into new location.

This should be done in every 30 minutes.
Are there any builtin tools which can help me out to achieve this goal?

Hi,

There are no ready to use activity to calculate folder size. However you can add a microbot which will calculate folder size ofthe input folder that you provide and create your process using that bot.

Link below will give you the code to calculate the same and create the microbot.

1 Like