Hello,
I have the task of sorting files from a drop folder (download) to specific destination folders (which are NOT children of the same root folder).
right now I use a token to identify keywords (company names) based on a csv-file that contains these keywords plus a column with the desired file path in the form: "/User/robert/documents/.../.../...".
so I use the function "sort into subfolder" with a token reading the appropriate column (with the path) and checked "treat as file path" (Unix: "/").
however, the file is not moved anywhere, although the conditions match.