Miixes

A Miix is combination of one trigger and one or more actions. A miix with one trigger and one action is called a simple miix. A miix with one trigger and two or more actions is called an advanced miix.

Simple miix:

A simple miix consists of one trigger and one action.

Pattern: If [trigger], then [action]

Example: If a file is added to Google Drive, then that file will be downloaded to Dropbox.

Advanced miix:

An advanced miix consists of one trigger and up to five actions. For advanced miixes, you must choose a condition: AND or OR.

For AND conditions, all actions will be executed.

For OR conditions, only one action needs to be executed. Actions are prioritized – if the first action fails, the following action is executed. However, if the first action is successful, all following actions are canceled.

Pattern:

AND condition: If [trigger], then [action1] AND [action2] AND [action3]

OR condition: If [trigger], then [action1] OR [action2] OR [action3]

Example (AND condition): If a file is added to Google Drive, then that file will be downloaded to Dropbox and One Drive and QTS File Station.

Example (OR condition): If a file is added to Google Drive, then that file will be downloaded to Dropbox or One Drive or QTS File Station.