Page 1 of 1

how to setup an OR condition?

PostPosted: Fri Nov 27, 2020 7:16 am
by k2adir
I have a rule which moves
.rar, .zip, .dmg and etc type files to another folder called zips.

what I want to do is make the rule wait for 10 minutes before it activates.

my plan was to create a rule like the following,

If all {
extension is dmg, zip, .rar (I want to place all of these extension types to the same line)
date created is not in the last 10 minutes

move to folder [selected folder]
----

since I cannot add all the extension types into the same line, I have to use "any" rule for the if statement. could you please recommend me a code example

Re: how to setup an OR condition?

PostPosted: Fri Nov 27, 2020 11:32 am
by Mr_Noodle
Look up nested conditions in the manual.